Open hootlex opened 9 years ago
It's part of the api package https://github.com/dingo/api/wiki/Commands.
hmm is there a way to use blueprint without api package?
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.
Is there an artisan command to generate blueprints? If no, how can one generate blueprints?