Skip to content

gaboAcosta/laravel-angular-system

Repository files navigation

Laravel - Angular Restricted System

This is a template to have a web application with angular which restricts access to the admin panel

Steps to install:

  1. Add Composer
curl -sS https://getcomposer.org/installer | php
  1. Install Composer dependencies
php composer.phar install
  1. Migrate Database
php artisan migrate
  1. Add your first user in the seeds found on /app/database/seeds/DatabaseSeeder.php example:

  2. Seed the database, this repo comes with an sqlite database, you need to use something different for production, see http://laravel.com/docs/database#configuration to learn how to setupo mysql or something else

php artisan db:seed
  1. Install Bower dependencies
cd public
bower install
  1. Profit!

About

A base system with laravel and angular including login and ACL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published