I am developing a library for Laravel which contains a service provider. I have added this library to another project\'s composer.json file.
composer.json
The compo
compo
composer update --no-scripts
this command will ignore command defined in composer.json,otherwise it will excute laravel command which will check if serviceProvider is loaded.