Laravel 5 installation on Ubuntu 14.04: Difference between revisions

Line 28: Line 28:


Download Laravel installer using Composer.
Download Laravel installer using Composer.
<source lang="bash" highlight="1">
mhan@brahms:~$ composer global require "laravel/installer=~1.1"
Changed current directory to /home/mhan/.composer
./composer.json has been created
Loading composer repositories with package information
Updating dependencies (including require-dev)
  - Installing symfony/process (v2.6.4)
    Down    Downloading: 100%
  - Installing symfony/console (v2.6.4)
    Down    Downloading: 100%
  - Installing guzzlehttp/streams (2.1.0)
    Down    Downloading: 100%
  - Installing guzzlehttp/guzzle (4.2.3)
    Down    Downloading: 100%
  - Installing laravel/installer (v1.2.0)
    Down    Downloading: 100%
symfony/console suggests installing symfony/event-dispatcher ()
symfony/console suggests installing psr/log (For using the console logger)
Writing lock file
Generating autoload files
</source>


<div class="cli">
<div class="cli">