Composer
Composer is a dependency manager for PHP. It allows you to declare the libraries your project depends on and it will manage (install/update) them for you.
Posts
Composer Introduction
In this article, we’ll see Composer Introduction. The very first thing you will need to work with Laravel (and then Eloquent) is C0mposer. It is a dependency management tool for PHP. With this tool, you can easily include every dependency that is needed in your project. This is done in seconds, using a JSON configuration…