Skip to content

liamfirth/laravel-angular-comment-app

 
 

Repository files navigation

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. Install Laravel: composer install --prefer-dist
  3. Change your database settings in app/config/database.php
  4. Migrate your database: php artisan migrate
  5. Seed your database: php artisan db:seed
  6. View your application in browser.

About

Code for the scotch.io tutorial: Laravel and Angular Single Page Application: A Commenting System

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published