When I run "php artisan migrate:refresh --seed" everything works as expected - I get info lines with all actions (Rolled back: migration, Migrated: migration, Seeded: seeder)
I am calling the same command in console "Artisan::call('migrate:refresh', ['--seed' => true]);". It works fine but it is not showing the info lines (rolled back, migrated, seeded).
Do I miss something?
via Chebli Mohamed
Aucun commentaire:
Enregistrer un commentaire