-
Notifications
You must be signed in to change notification settings - Fork 134
Open
Labels
@gdebrauwer
Description
I added php artisan boost:install
to the post-update-cmd
composer script so the guidelines will be automatically updated when I update my composer packages. The only problem with this setup is that it requires interaction: every time the install command runs after updating the composer packages, you must manually select the editors and agents. It would be nice if there were --editors
and --agents
options available on the command so it can run without interaction.