marcelgwerder / laravel-api-handler

Package providing helper functions for a Laravel REST-API
Other
152 stars 45 forks source link

dont recommend composer update #21

Closed drmmr763 closed 7 years ago

drmmr763 commented 9 years ago

In general its not good to use the composer update command unless you're actually trying to update the required packages.

The proper command is almost always composer-install.

See more: https://www.youtube.com/watch?v=nGD7G8-ccqs AND: http://www.slideshare.net/rdohms/composer-the-right-way (see Slides 60 +)