Skip to content

riczat/anglar

Repository files navigation

Laravel 5.1 Angular Material Starter

Latest Stable Version Latest Unstable Version Build Status StyleCI Code Climate License Join the chat at https://gitter.im/jadjoubran/laravel5-angular-material-starter

Laravel & Angular

Demo

An online DEMO is available.

Docs

View Docs for installation steps & tutorials.

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:

  1. 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)
  2. delete .map files rm public/css/app.css.map public/css/vendor.css.map public/js/app.map public/js/vendor.js.map
  3. If you are adding/modifying backend functionality, make sure to include the apprioriate test. Let me know if you need help writing the test