php artisan make migrate different folder

Solutions on MaxInterview for php artisan make migrate different folder by the best coders in the world

showing results for - "php artisan make migrate different folder"
Emiliano
02 Jul 2018
1php artisan make:migration create_users_table --path=/path/to/your/migration/directory
2
3php artisan migrate --path=/path/to/your/migration/directory