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
- Download and install Composer.
- Install Laravel 5 via
composer global require "laravel/installer=~1.1"
. - Install Mcrypt PHP Extension:
- Install dependencies via
composer install
. - Run
php artisan serve --port 3000
, then go tohttp://localhost:3000
.