tdt / core

Transform any dataset into an HTTP API with The DataTank
http://thedatatank.com
83 stars 31 forks source link

Added --force flag to some artisan commands. #458

Open ghsnd opened 6 years ago

ghsnd commented 6 years ago

This enables an automatic 'composer install' command in what Laravel considers "production environments". Normally it asks confirmation (you have to type "y" at some steps), but this is not desired when running in an automated environment e.g. during building a Docker container.