I'm new in using Laravel 4, running it in my localhost. I would like to know how can I make artisan skip the question asking Do you really wish to run this command?
every time I execute migration command? I would just like to execute command immediately without typing y
. And also without adding --force
in the end of the migration command.
I know the prompt is really important on production but I find it a bit annoying especially when you're in tutorial. I just want to turn it off to make life easier.
Any help would be greatly appreciated.