Skip to content

Quick CRUD app with auth via a Laravel 4 backend and AngularJS frontend.

Notifications You must be signed in to change notification settings

bweave/larablog

Repository files navigation

Larablog

Quick CRUD app with auth via a Laravel 4 backend and AngularJS frontend.

Installation & Setup

  • clone down the repo into your dir of choice
  • composer install
  • setup a database called 'larablog'
  • edit app/config/local/database.php to setup your DB creds
  • php artisan migrate
  • php artisan db:seed
  • cd into public/
  • npm install
  • bower install
  • grunt
  • cd to root of project & php artisan serve
  • open browser @ http://localhost:8000 to view the app
  • login with [email protected]|admin

About

Quick CRUD app with auth via a Laravel 4 backend and AngularJS frontend.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published