Answers for "create migration in specific folder with model laravel"

PHP
12

make specific migration laravel

php artisan migrate --path=/database/migrations/fileName.php
Posted by: Guest on February-16-2021
0

php artisan make migrate different folder

php artisan make:migration create_users_table --path=/path/to/your/migration/directory

php artisan migrate --path=/path/to/your/migration/directory
Posted by: Guest on October-09-2020

Code answers related to "create migration in specific folder with model laravel"

Browse Popular Code Answers by Language