Code Monkey home page Code Monkey logo

laravel5-angular-material-starter's Introduction

Laravel 5.1 Angular Material Starter

Version 2.10

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
Contributing

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.

Contributing

Thank you for contributing to this repository.

Here are the guidelines:

#setup jshint
npm install -g jshint
  1. run jshint angular/**/*.js to make sure that your javascript code is linted.
  2. run gulp --production at the end if you changed any HTML, Less or JS. Do not send Pull Requests without running this command (unless you haven't touched the frontend)
  3. delete .map files rm public/css/app.css.map public/css/vendor.css.map public/js/app.map public/js/vendor.js.map
  4. If you are adding/modifying backend functionality, make sure to include the apprioriate test. Let me know if you need help writing the test

laravel5-angular-material-starter's People

Contributors

2bj avatar bodom78 avatar grahamcampbell avatar jadjoubran avatar jfhernandeze avatar mtdavidson avatar palpalani avatar patsy-issa avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.