July 2018
Intermediate to advanced
420 pages
8h 46m
English
Laravel uses Composer, a dependency manager for PHP, very similar to Node Package Manager (NPM) for Node.js projects, PIP for Python, and Bundler for Ruby. Let's see what the official documentation says about it:
So, let's install Composer, as follows:
Go to https://getcomposer.org/download/ and follow the instructions for your platform.
Note that you can install Composer on your machine locally or globally; don't worry about it right now. Choose what is easiest for ...
Read now
Unlock full access