Available CommandsBootstrap 4 ViewsFull CRUD feature with tests1 $ php artisan make:crud ModelName Simple CRUD feature with tests1 $ php artisan make:crud-simple ModelName Bootstrap 3 viewsFull CRUD feature with tests1 $ php artisan make:crud ModelName --bs3 Simple CRUD feature with tests1 $ php artisan make:crud-simple ModelName --bs3 API CRUD feature with tests1 $ php artisan make:crud-api ModelName CRUD feature with UUID primary key1 $ php artisan make:crud ModelName --uuid How to useModel Attribute/Column
Available CommandsBootstrap 4 ViewsFull CRUD feature with tests1 $ php artisan make:crud ModelName Simple CRUD feature with tests1 $ php artisan make:crud-simple ModelName Bootstrap 3 viewsFull CRUD feature with tests1 $ php artisan make:crud ModelName --bs3 Simple CRUD feature with tests1 $ php artisan make:crud-simple ModelName --bs3 API CRUD feature with tests1 $ php artisan make:crud-api ModelName CRUD feature with UUID primary key1 $ php artisan make:crud ModelName --uuid