Buzz Developer Tools
A collection of tools to simplify developer life.
Standard Generator
Simple artisan command that, given a model name, generates:
- Model
- Factory
- Contollers (Api and Views) that uses standard Repository from Buzz
- Resource
- Request
- Test
- Views
- Routes
Using it is very simple. Provide the model name, the plural and it is done!
php artisan buzz:standard Azienda Aziende
You can also specify a namespace and its package name. It will create the file into the 'vendor/nodopiano/{package}/src/app' folder.
php artisan buzz:standard Gruppo Gruppi --namespace=Nodopiano\\Buzz\\Groups --package=buzz-groups