View the scotch.io tutorial
- Install Laravel:
composer install --prefer-dist
- Change your database settings in
app/config/database.php
- Migrate your database:
php artisan migrate
- Seed your database:
php artisan db:seed
- View your app at:
http://example.com/eloquent