Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable, creative experience to be truly fulfilling. Laravel attempts to take the pain out of development by easing common tasks used in the majority of web projects, such as authentication, routing, sessions, queueing, and caching.

Usage

  1. Download and install Composer.
  2. Install Laravel 5 via composer global require "laravel/installer=~1.1".
  3. Install Mcrypt PHP Extension:
  • Mac OS X: brew install php55-mcrypt.
  • Ubuntu: sudo apt-get install php5-mcrypt.
  1. Install dependencies via composer install.
  2. Run php artisan serve --port 3000, then go to http://localhost:3000.