- Based on Vue-Admin using Element.
- Login using JWT with Vue-Auth, Axios and JWT-Auth.
- ACL with Vue-Auth.
- Server side validation using an Error class, taken from the [laracasts lessons] (https://laracasts.com/series/learn-vue-2-step-by-step/episodes/19) which inspire this form-backend-validation.
- The frontend endpoints, are in routes/frontend.php, so Vue make ajax request using this endpoints
- FontAwesome icons
- Users table: Include CRUD, using server side pagination and filtering.