Laravel5 Angular Material Starter Versions Save

Get started with Laravel 5.3 and AngularJS (material)

3.2.0

8 years ago
  • Out of the box JWT authentication with Satellizer #202
  • Consistent indentation in editorconfig #190
  • Karma tests setup using ngDescribe thanks to kujtimiihoxha #117
  • consistent file naming for index.routes.js #222
  • update dialog template to .dialog.html #224
  • error toasts: register warn theme to avoid console warning #225
  • Sample JWT authenticated routes for angular #223
  • Out of the box JWT forgot password functionality #129
  • Error interceptors now shows other errors than status 422 #251
  • Generators:
    • auto generate tests for components & services #221
    • Generators auto-import #239
    • added artisan ng:directive generators for specific cases #257

3.2.0-beta

8 years ago
  • added artisan ng:directive generators for specific cases #257
  • Out of the box JWT forgot password functionality #129
  • Error interceptors now shows other errors than status 422 #251

3.2.0-alpha

8 years ago
  • Out of the box JWT authentication with Satellizer #202
  • Consistent indentation in editorconfig #190
  • Karma tests setup using ngDescribe thanks to kujtimiihoxha #117
  • consistent file naming for index.routes.js #222
  • auto generate tests for components & services #221
  • update dialog template to .dialog.html #224
  • error toasts: register warn theme to avoid console warning #225
  • Sample JWT authenticated routes for angular #223
  • Generators auto-import #239

3.0.0

8 years ago
  • Extended documentation & moved out of the repository: Docs
  • Upgraded to Angular Material ~1.0
  • Follow angular best practices (John Papa's style guide) in demo
  • Follow angular best practices (John Papa's style guide) in Angular Generators
  • Group all demo functionality in 1 folder so they can be easily removed
  • Removed demo specific code
  • Out of the box support for $templateCache (templates loaded in a single js file instead of ajax)
  • New Logo
  • REST API test helpers
  • JWT test helpers
  • API Response macros (success & error) inline with restangular config
  • Restangular error interceptor to show validation errors in dialog
  • eslint instead of jshint. Eslint configured according to Angular best practices
  • Added getting started guide (available in documentation docs)
  • Moved artisan generators to a different repository. However they're loaded by default here
  • Started with a fresh Laravel 5.1 installation
  • Removed the need to add full namespace in routes (because of dingo/api)
  • Out of the box JWT Setup

2.10.2

8 years ago
  • Out of the box laravel-cors #69
  • Rename $scope and $attrs to scope and attrs in directive generator #63
  • Added model factory support #71
  • Fixed livereload when working in vagrant #77
  • Added DialogService confirm method #44
  • Fixed JWT auth bug #82

2.10.1

8 years ago
  • Fixed default cipher #60
  • Fixed dingo/api validation issue #58
  • added phpUnit to gulpfile

2.10.0

8 years ago
  • [backwards incomatible] dingo/api integration with jwt auth #43
  • fixed deploy.sh script to migrate in production #56
  • fixed links in generators documentation #55
  • updated generators to match Demo layout #54

2.9.1

8 years ago
  • responsive layout on mobile by @Bodom78 - 34
  • unit test coverage for artisan ng:* generators 42
  • unit test coverage to safely deploy using deploy.sh 42
  • remove route:clear and config:clear from deploy.sh 47

2.9.0

8 years ago
  • improved description of ng:* generators
  • moved planned features to github issues
  • Applied Laravel 5.1.11 migration (Introduces Authorization support) #39
  • Updated composer depencencies to be aligned with the current version of Laravel #40
  • fixed JWT authentication bug when using Apache #38
  • added unit tests for Laravel Routes. More tests are coming #42