Spa Starter Kit Versions Save

A highly opinionated starter kit for building Single Page Applications with Laravel and Vue.js

1.0.3

7 years ago
  • General code is streamlined implemented by the whole team
  • Element UI integrated with Navbar component implemented by @vedovelli
  • Login renamed to Auth and received a complete overhaul implemented by @vinicius73
  • Product feature implemented client side implemented by @vedovelli
  • Base ApiController to provide ready to use responses for all the use cases implemented by @flyingluscas
  • The PHP League/Fractal is now integrated to our API implemented by @flyingluscas
  • Product Resource implemented server side implemented by @flyingluscas
  • Path fixups for app.scss and added .gitattributes implemented by @58bits

1.0.2

7 years ago
  • CategoriesController Tests implemented by @flyingluscas
  • Docker-compose for both server side and front end implemented by @hernandev
  • Better project structure implemented by @vinicius73
  • CategoriesController is now a resource controller implemented by @flyingluscas
  • Login Throttling implemented by @cristianopacheco
  • JWT feature is now using jwt driver from tymondesigns/jwt-auth version 1 implemented by @cristianopacheco

1.0.1

7 years ago
  1. [Improvement] Full english version
    • No more mixed messages with PT_BR
  2. [Bugfix] Multiple AJAX calls
    • Event handlers were not being removed on route's navigate out hook, leading to issues of multiple event handlers being created.

1.0.0

7 years ago

Reached version 1 after finishing the Category CRUD