core
core copied to clipboard
Added --force flag to some artisan commands.
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.