You can use the --force switch
For instance,
php artisan migrate:refresh --force
This will not ask you to confirm again.
Yep I tried that
The "--force" option does not exist.
php artisan entrust:migration --force
Can try
yes | php artisan entrust:migration
Shouldn't -n (or --no-interaction) help? Can't try it right now, but should work.
php artisan entrust:migration --no-interaction
This should prevent any questions and just say "yes" to everything.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community