How to create model, controller and migration in a single step Laravel
To create model controller migration using single artisan command Laravel 5.6: Step 1: php artisan make:model YourModelName -a That's it.
To create model controller migration using single artisan command Laravel 5.6: Step 1: php artisan make:model YourModelName -a That's it.