Laravel fait la migration dans le sous-dossier
php artisan make:migration create_users_table --path=/path/to/your/migration/directory
php artisan migrate --path=/path/to/your/migration/directory
Worrisome Wolf