Error on Artisan commands when updating Composer dependencies

后端 未结 5 1757
离开以前
离开以前 2021-02-13 17:09

I am developing a library for Laravel which contains a service provider. I have added this library to another project\'s composer.json file.

The compo

5条回答
  •  一整个雨季
    2021-02-13 18:10

    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.

提交回复
热议问题