Answers for "migration specific path laravel"

PHP
1

laravel running a specific migration on different path

php artisan migrate --path=/database/migrations/my_migration.php
Posted by: Guest on January-05-2021
0

laravel migrate specific path

php artisan migrate --path=/database/migrations/ef
php artisan migrate --path=/database/migrations/relations
Posted by: Guest on August-17-2020

Code answers related to "migration specific path laravel"

Browse Popular Code Answers by Language