git clone git@github.com:kestutis-stalmokas/laravel-bootstrap.git directory cd directory php artisan key:generate
Create Database and change configuration in application/config/database.php
php artisan migrate:install php artisan migrate
You can create user using artisan:
php artisan user:create email password
Laravel - A PHP Framework For Web Artisans
Laravel is a clean and classy framework for PHP web development. Freeing you from spaghetti code, Laravel helps you create wonderful applications using simple, expressive syntax. Development should be a creative experience that you enjoy, not something that is painful. Enjoy the fresh air.