Set Up and Use Composer on a Ubuntu 16.04 VPS
In this tutorial, you will learn how to install and use Composer, the dependency manager for PHP. What We Are Going To Cover We will install the following: Apache & PHP PHP extensions to run Composer and, of course, the Composer itself You can use Composer to: install new apps in CakePHP and Laravel, for example, or insert PHP libraries into your app. We also cover using Packagist.org to download libraries from and, i...
Read More