https://github.com/scotch-io/laravel-angular-comment-app
Code for the scotch.io tutorial: Laravel and Angular Single Page Application: A Commenting System
https://github.com/scotch-io/laravel-angular-comment-app
Last synced: about 1 month ago
JSON representation
Code for the scotch.io tutorial: Laravel and Angular Single Page Application: A Commenting System
- Host: GitHub
- URL: https://github.com/scotch-io/laravel-angular-comment-app
- Owner: scotch-io
- Created: 2014-01-11T17:38:49.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-03-10T07:21:50.000Z (about 9 years ago)
- Last Synced: 2025-04-02T13:08:51.890Z (about 2 months ago)
- Language: PHP
- Homepage: http://scotch.io/tutorials/php/create-a-laravel-and-angular-single-page-comment-application
- Size: 356 KB
- Stars: 216
- Watchers: 32
- Forks: 134
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# Laravel and Angular Single Page Comment App
This is the repository for the [scotch.io tutorial](http://scotch.io/tutorials/php/create-a-laravel-and-angular-single-page-comment-application).
## 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.