Skip to content

Releases: jadjoubran/laravel5-angular-material-starter

2.6.1

13 Aug 17:46
Compare
Choose a tag to compare
  • 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

12 Aug 18:01
Compare
Choose a tag to compare
  • Update to elixir 3.0
  • fixed gulp bower task
  • gulp tasks are now much faster (gulp watch is much faster)

2.5.0

11 Aug 09:24
Compare
Choose a tag to compare
  • Setup styleci.io - fixed php code style to be inline with Laravel (Laravel is using Style CI)

2.4.3

11 Aug 09:24
Compare
Choose a tag to compare
  • IE sidebar fix

2.4.2

10 Aug 20:38
Compare
Choose a tag to compare
  • Unsupported browser page + IE10 conditional comment
  • Added meta viewport for mobile

2.4.0

10 Aug 20:32
Compare
Choose a tag to compare
  • updated .editorConfig to work with Laravel ([*] taken from Laravel's .gitignore)

2.3.2

10 Aug 15:07
Compare
Choose a tag to compare
  • remove changelog on composer create-project
  • toast service + update documentation
  • sidebar markup fixes

2.3.1

07 Aug 11:58
Compare
Choose a tag to compare
  • removing development files using post-create-project-cmd
  • added human_readable angular filter

2.3.0

07 Aug 11:59
Compare
Choose a tag to compare
  • Simplified installation, now using composer create-project
  • fix issue with http over https

2.2.3

07 Aug 11:59
Compare
Choose a tag to compare
  • now using artisan serve
  • now using artisan key:generate instead of instructing the user to manually update it