dingo / blueprint

Generate valid API Blueprint documentation
271 stars 108 forks source link

Artisan command #13

Open hootlex opened 9 years ago

hootlex commented 9 years ago

Is there an artisan command to generate blueprints? If no, how can one generate blueprints?

pelletiermaxime commented 9 years ago

It's part of the api package https://github.com/dingo/api/wiki/Commands.

hootlex commented 9 years ago

hmm is there a way to use blueprint without api package?

jasonlewis commented 9 years ago

You can use this package independently but you'll be required to create the command yourself. Feel free to refer to the one that dingo/api comes with. It's a pretty simply procedure.