When you update your code and added a new package in the composer.json And and a provider to the app.php file.
You will go to the production and percorm a git pull, so now your code is updated, the composer.json has the new package, and the app.php has the new provider in the array.
But now the production application will have errors as it cant load the service provider of the new package because you havent performed composer install.
But now when you try to do composer install it gaves you an error as that gbe service pro ider of that package is not found.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community