I am using Laravel 5.4 right now, is there something like
php artisan make:model Category --migrations --controller
and can generate :create_categories_table.php [migration]
Category.php [model]
CategoryController
from Latest question asked on Laravel tag.
via Vahn Marty