Skip to content

luckyali55/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.9

Latest Stable Version Build Status StyleCI Code Climate License

View DEMO

Laravel & Angular

Table of Contents

Overview
Installation
Issues, questions and feature requests
Planned features
Do It Yourself

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

Heads up for Windows + Vagrant users: Start by applying the fix in issue #61

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

Moved to github issues.

Do It Yourself

A nice article on sitepoint that explains the first few versions of this repository. Recommended read if you're not familiar with the underlying technologies.

About

Get started with Laravel 5 and Angular (material)

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 66.4%
  • HTML 30.3%
  • JavaScript 2.9%
  • Other 0.4%