Releases: jadjoubran/laravel5-angular-material-starter
Releases · jadjoubran/laravel5-angular-material-starter
2.6.1
- updated bower dependencies (angular material released 0.10.1)
- added artisan generator for creating a new angular feature: artisan ng:feature name
- improve generator to call controller with StudlyCase (StudlyCaseCtrl)
- artisan generator for creating a angular material custom dialogs: artisan ng:dialog name
2.6.0
- Update to elixir 3.0
- fixed gulp bower task
- gulp tasks are now much faster (gulp watch is much faster)
2.5.0
- Setup styleci.io - fixed php code style to be inline with Laravel (Laravel is using Style CI)
2.4.3
- IE sidebar fix
2.4.2
- Unsupported browser page + IE10 conditional comment
- Added meta viewport for mobile
2.4.0
- updated .editorConfig to work with Laravel ([*] taken from Laravel's .gitignore)
2.3.2
- remove changelog on composer create-project
- toast service + update documentation
- sidebar markup fixes
2.3.1
- removing development files using post-create-project-cmd
- added human_readable angular filter
2.3.0
- Simplified installation, now using composer create-project
- fix issue with http over https
2.2.3
- now using artisan serve
- now using artisan key:generate instead of instructing the user to manually update it