https://github.com/jadjoubran/laravel5-angular-material-starter
Get started with Laravel 5.3 and AngularJS (material)
https://github.com/jadjoubran/laravel5-angular-material-starter
angularjs laravel material php
Last synced: about 1 month ago
JSON representation
Get started with Laravel 5.3 and AngularJS (material)
- Host: GitHub
- URL: https://github.com/jadjoubran/laravel5-angular-material-starter
- Owner: jadjoubran
- License: mit
- Created: 2015-05-02T11:08:20.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2021-11-01T16:11:09.000Z (over 3 years ago)
- Last Synced: 2025-04-12T01:55:14.382Z (about 1 month ago)
- Topics: angularjs, laravel, material, php
- Language: PHP
- Homepage: https://laravel-angular.readme.io/
- Size: 5.13 MB
- Stars: 1,660
- Watchers: 152
- Forks: 397
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
## Laravel 5.3 Angular Material Starter
[](https://packagist.org/packages/jadjoubran/laravel5-angular-material-starter)
[](https://packagist.org/packages/jadjoubran/laravel5-angular-material-starter)
[](https://travis-ci.org/jadjoubran/laravel5-angular-material-starter)
[](https://styleci.io/repos/34944760)
[](https://codeclimate.com/github/jadjoubran/laravel5-angular-material-starter)
[](https://packagist.org/packages/jadjoubran/laravel5-angular-material-starter)
[](https://gitter.im/jadjoubran/laravel5-angular-material-starter?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
## 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](https://github.com/jadjoubran/laravel-angular)## Docs
[View Latest Docs](http://laravel-angular.readme.io/) for installation steps & tutorials.
Running on 3.2? Here are the [3.2 Docs](https://laravel-angular.readme.io/v3.2)
## Screencasts
Screencasts on [Youtube](https://www.youtube.com/c/LaravelAngularMaterialStarter).
## 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
- [v3.4 - Chinese](https://github.com/ArrayZoneYour/Laravel-Angular-Material-Doc-Chinese)
## 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.