Categories
PHP

Run Composer Commands Programmatically

Don’t you want to manage your dependencies programmatically? Why do you need it? There could be certain reasons. Some of these are the following. The most common reason; you don’t have access to the terminal and you want to manage your application’s dependencies programmatically. As a web developer, if you have worked with Laravel; you […]

Categories
PHP

How To Use Composer Command Without Installing It

Are you tired of running unsuccessful composer commands which throw PHP incompatibility errors and you are handling these errors by keep uninstalling/installing composer with different PHP versions?The real problem:-For example, you have multiple projects on your localhost or production server and some of them use composer as a dependency manager and the projects use different […]