This is the repository for the scotch.io tutorial.
- Clone the repo:
git clone git@github.com:scotch-io/laravel-angular-comment-app
- change directory:
cd laravel-angular-comment-app/
- 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 application in browser.