vkovic / laravel-commando

Collection of handy Laravel artisan commands that most projects needs
MIT License
60 stars 10 forks source link

Allow forcing of the commands #8

Open vkovic opened 3 years ago

vkovic commented 3 years ago

Allow forcing of commands - run commands without additional questions.

... something like php artisan db:summon -y.

As an addition, forcing should be disabled on production.