jadjoubran / laravel5-angular-material-starter
The Laravel Framework.
Installs: 17 194
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1 661
Watchers: 153
Forks: 400
Open Issues: 3
Type:project
Requires
- php: >=5.6.4
- barryvdh/laravel-cors: ^0.8.2
- irazasyed/jwt-auth-guard: ^1.0
- laravel/framework: 5.3.*
- laravelangular/generators: 2.7.*
- tymon/jwt-auth: 1.0.*@dev
Requires (Dev)
- fzaninotto/faker: ~1.4
- mockery/mockery: 0.9.*
- phpunit/phpunit: ~5.0
- symfony/css-selector: 3.1.*
- symfony/dom-crawler: 3.1.*
- dev-master
- 3.4.3
- 3.4.2
- 3.4.1
- 3.4.0
- 3.4.0-beta
- 3.3.0
- 3.3.0-rc
- 3.3.0-beta
- 3.2.2
- 3.2.1
- 3.2.0
- 3.2.0-beta
- 3.2.0-alpha
- 3.1.4
- 3.1.3
- 3.1.2
- 3.1.1
- 3.1.0
- 3.0.8
- 3.0.7
- 3.0.6
- 3.0.5
- 3.0.4
- 3.0.3
- 3.0.2
- 3.0.1
- 3.0.0
- 2.10.2
- 2.10.1
- 2.10.0
- 2.9.1
- 2.9.0
- 2.8.2
- 2.8.1
- 2.8.0
- 2.7.5
- 2.7.4
- 2.7.3
- 2.7.2
- 2.7.1
- 2.7.0
- 2.6.2
- 2.6.1
- 2.6.0
- 2.5.0
- 2.4.3
- 2.4.2
- 2.4.0
- 2.3.3
- 2.3.2
- 2.3.1
- 2.3.0
- 2.2.3
- dev-version-3.4
- dev-develop
- dev-stable-3.2.1
- dev-feature-pwa
This package is not auto-updated.
Last update: 2024-11-15 22:04:29 UTC
README
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:
- If you are adding/modifying backend functionality, make sure to include the appropriate
test
. Let me know if you need help writing the test.