dev-master
9999999-devExtend Laravel 5.5 generators scaffold.
MIT
The Requires
- php >=7.0.0
The Development Requires
by Luis OscĂĄtegui
laravel generators scaffold laravel5
Wallogit.com
2017 © Pedro PelĂĄez
Extend Laravel 5.5 generators scaffold.
composer require xf/xfscaffold:dev-master --dev
"required": {
...
...
"webpatser/laravel-uuid": "^2.0"
}
Open config/app.php and, to your providers array at the bottom, add:, (*1)
xf\xfscaffold\GeneratorsServiceProvider::class
You're all set. Run php artisan from the console, and you'll see the new commands make:scaffold., (*2)
Use this command to generator scaffolding of Test in your project:, (*3)
php artisan make:scaffold Test
This command will generate:, (*4)
app/Models/Test.php app/Http/Controllers/Api/TestController.php app/Http/Request/TestStore.php app/Repositories/Test.php app/Services/Test.php
Luis OscĂĄtegui, (*5)
Extend Laravel 5.5 generators scaffold.
MIT
laravel generators scaffold laravel5