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.
#Artisan
#Controller
#Laravel
#Migration Type a message
#Model
#Web Development
Share this post