Available Commands

Available Commands

Bootstrap 4 Views

Full CRUD feature with tests

1
$ php artisan make:crud ModelName

Simple CRUD feature with tests

1
$ php artisan make:crud-simple ModelName

Bootstrap 3 views

Full CRUD feature with tests

1
$ php artisan make:crud ModelName --bs3

Simple CRUD feature with tests

1
$ php artisan make:crud-simple ModelName --bs3

API CRUD feature with tests

1
$ php artisan make:crud-api ModelName

CRUD feature with UUID primary key

1
$ php artisan make:crud ModelName --uuid