Laravel 5
PHP 5.6+
No commit activity in last 2 years
No release in over 2 years
The Laravel Framework.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Development

fzaninotto/faker
~1.4
mockery/mockery
0.9.*
phpunit/phpunit
~5.0
symfony/css-selector
3.1.*
symfony/dom-crawler
3.1.*

Runtime

laravelangular/generators
2.7.*
 Project Readme

Laravel 5.3 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.

Angular (2+) update

While this starter used to be an excellent starting point for Laravel 5 & Angular 1.x, using Angular 1.x results in large JavaScript bundles which makes mobile experience slow.
Thus it's recommended to upgrade to Angular (2+). You can use the shiny new Laravel & Angular package

Docs

View Latest Docs for installation steps & tutorials.

Running on 3.2? Here are the 3.2 Docs

Screencasts

Screencasts on Youtube.

Issues, questions and feature requests

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

Do It Yourself (Outdated)

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.

Community translations

Contributing

Thank you for contributing to this repository.

Here are the guidelines:

  1. If you are adding/modifying backend functionality, make sure to include the appropriate test. Let me know if you need help writing the test.