Majd Alhayek
Jul 10, 2017 · 1 min read

Does bootstrapping the providers happens before or after the scripts section is executed? It will be very nice to be able to add `php artisan vendor:publish — provider=”….” — tag=”…”` in the `post-install-cmd` array within the `scripts` section. Having that will eliminate one more step in many packages install process. Finally, it may be helpful if we can specify an availability conditional on when should the package be loaded. For example, I have packages that should only be bootstrapped if the user is calling the command via the console.