Laravel5 Angular Material Starter Versions Save

Get started with Laravel 5.3 and AngularJS (material)

2.8.2

8 years ago
  • fixed location for main.js and routes.js - fixes gulp issues

2.8.1

8 years ago
  • setup code coverage (code climate)
  • travis setup
  • fixed deploy.sh and optimized composer install
  • new demo on elasticbeanstalk (because heroku are messing up with the availability)

2.8.0

8 years ago
  • JWT Authentication fixes
  • JWT Auth demo page
  • API versionning in documentation

2.7.5

8 years ago
  • fixed issues with ng:directive generator

2.7.4

8 years ago
  • New angular/directives folder
  • artisan ng:directive name generator

2.7.3

8 years ago
  • New demo page for Elixir
  • New demo page: Rest API
  • Misc demo page: angular-loading-bar, debugbar & filters
  • Demo Landing page Call to Action

2.7.2

8 years ago
  • New demo page for Toasts
  • New demo page for Dialogs
  • New demo page for Unsupported Browser
  • New demo apge for Artisan Angular Generators

2.7.1

8 years ago
  • implement livereload
  • livereload: doing soft reload on CSS instead of a full page reload

2.7.0

8 years ago
  • custom elixir ingredients setup & sample
  • custom elixir task: make jshint optional
  • custom elixir task: bower - much faster than the one previously used
  • bower task now automatically uses mainFile from bower.json
  • gulp & gulp watch are now much much faster than before

2.6.2

8 years ago
  • fixed elixir watcher for less
  • artisan generator for creating a new angular service artisan ng:service name
  • artisan generator for creating a new angular filter artisan ng:filter name
  • artisan generator for creating a new angular config artisan ng:config name