Answer the question
In order to leave comments, you need to log in
How to update a composer project?
Hello.
Created a new project with the command:
composer create-project laravel/laravel:"v5.3.0" myproject
composer update
Package "laravel/laravel" listed for update is not installed. Ignoring.
Answer the question
In order to leave comments, you need to log in
Specify the required version of Laravel in composer.json and run composer update again
To update, changing the version in the composer and updating is not enough.
https://laravel.com/docs/5.4/upgrade
Yes. Project at its core. He's not a vendor. Vendors are package providers. In our case, vendors are developers. <vendor>/<package>
The project is your business logic that you write.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question