Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 595 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 595 Bytes

Laravel and Angular Single Page Comment App

This is the repository for the scotch.io tutorial.

Installation

  1. Clone the repo: git clone [email protected]:scotch-io/laravel-angular-comment-app
  2. change directory: cd laravel-angular-comment-app/
  3. Install Laravel: composer install --prefer-dist
  4. Change your database settings in app/config/database.php
  5. Migrate your database: php artisan migrate
  6. Seed your database: php artisan db:seed
  7. View your application in browser.