We are going to discuss the composer(Dependency manager), and first, I’ll give a quick difference b/w the composer install and update. So while we run the command composer install in our terminal it checks composer.lock file and install all […]
This is a common question that asked by newbie PHP devs. and it’s also important as well. composer update will update your dependencies as they are specified in composer.json For example, if you require this package as […]