Garethredfern Laravel Vue Versions Save

VueJS SPA example using Sanctum & Fortify authentication with Laravel.

v1.3.3

3 years ago

Refactor pagination, use single BasePagination component that can be re-used.

v1.3.2

3 years ago

Purge tailwind css unused classes.

v1.3.1

3 years ago

Add home, logout icons, adjust mobile styles.

v1.3

3 years ago
  • Add paginated users list.
  • Fixed a bug, change to use emailVerified property.

v1.2.7

3 years ago
  • Add a basic users listing page that only admins can see.
  • Add a user vuex store.
  • add a user service.

v1.2.6

3 years ago
  • Add an event listner for when the a file is uploaded.
  • Listen for avatar uploaded update user profile.
  • Add getter for isAdmin.
  • Add a transition for avatar upload.

v1.2.5

3 years ago

Emit an event when file is uploaded, update the users auth vuex store with the new avatar URL.

v1.2.4

3 years ago

Add image tag to user info, to display Avatar.

v1.2.3

3 years ago

Add additonal data attribute for user data in vuex store.

v1.2.2

3 years ago

Adjust css grid on mobile and tablet sizes.