Laravel and Angular Single Page Comment App
This is the repository for the scotch.io tutorial.
Installation
- Clone the repo:
git clone [email protected]: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.