php artisan make:model ModelName -a // -a stands for all (Model, Controller, Factory and Migration) // Note: The above command will work successfully in Laravel 5.5 or > versions