Skip to content

Stephenwalton/laravel5-angular-material-starter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel 5.1 Angular Material Starter

Version 2.7

StyleCI

View DEMO

Laravel & Angular

Table of Contents

Overview
Installation
Issues, questions and feature requests
Planned features

OVERVIEW

This is a starter project that gives you an out of the box configuration Laravel 5.1 and AngularJS (folder by feature architecture). Here are the goodies that you'll get:

  • Laravel 5.1
  • Angular
  • Angular Material
  • Blazing fast Elixir 3.0 configuration with custom tasks
  • artisan generators for angular (artisan ng:feature name, artisan ng:dialog name, etc..)
  • check out the full list of features

Installation

composer create-project jadjoubran/laravel5-angular-material-starter --prefer-dist
cd laravel5-angular-material-starter
#fix database credentials in .env
npm install -g gulp bower
npm install
bower install
gulp && gulp watch
php artisan serve

Issues, questions and feature requests

Open a new issue, I'd love to help.

Planned features

  • Make sure that all features have been documented (jshint, jscs)
  • Migrate to open source hosting + remove composer.lock properly from pre-commit
  • jwt auth example (with database) + route authentication + documentation page
  • Demo pages Design Review
  • make gulp --production part of the automated release + remove sourcemaps
  • choose between JWT (disable CSRF) or not (enable CSRF)
  • automate tests
  • even better support for 5.1 (fork?)

About

Laravel 5 angular material starter project

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 69.7%
  • HTML 26.7%
  • JavaScript 3.3%
  • Other 0.3%