- Clone the repo: git clone git@github.com:menvil/restbook.git
- Install Laravel: composer install --prefer-dist
- Change your database settings in app/config/database.php
- Rename file .env.example to .env and dit file .env for proper database values
DB_HOST=localhost DB_DATABASE=restbook DB_USERNAME=root DB_PASSWORD=
- Migrate your database: php artisan migrate
- Seed your database: php artisan db:seed
- Make php artisan key:generate
- View application in the browser!