Slide 23
Slide 23 text
Installation
Laravel utilizes Composer to manage its dependencies. So, before using Laravel,
you will need to make sure you have Composer installed on your machine.
> composer global require "laravel/installer=~1.1"
> laravel new my_project