Skip to content

samforever/laravel-angular-comment-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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 git@github.com: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.

About

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

Resources

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 96.8%
  • JavaScript 3.2%