Laravel Vue Spa Versions Save

A Laravel-Vue SPA starter kit.

4.3.0

5 years ago
  • Fix npm install
  • Update fontawesome

4.2.0

5 years ago
  • Upgrade to Laravel 5.7

4.1.1

6 years ago
  • Fixed oauth popup
  • Fixed session expired alert
  • Update npm dependencies

4.1.0

6 years ago
  • Upgrade to Laravel 5.6
  • Update npm dependencies
  • Enabled Mix esModule by default
  • Lint with eslint-plugin-vue and eslint-config-standard

4.0.1

6 years ago

4.0.0

6 years ago
  • Brought back the layout property in pages that was removed in 3.0. By default it's set to default (~/layouts/default.vue).

3.0.1

6 years ago

Removed middleware from routes since they don't work when you press the back button. Now you have to use the middleware property in pages.

3.0.0

6 years ago
  • Removed layout property from pages in favor of explicit layout components
  • Improved middleware system, you can either define it on a route or directly on a component
  • Reorganized components
  • Change jwt token ttl to one day
  • Fixed hot module replacement

2.2.1

6 years ago
  • Upgrade to Bootstrap 4

2.2.0

6 years ago
  • Added dynamic import for pages
  • Added locale with dynamic import
  • Import shakable fontawesome module