Garethredfern Laravel Api Versions Save

A base install of Laravel with Sanctum & Fortify, set up as an API.

v1.3

3 years ago

Add basic messaging functionality. A user can post a message to the dashboard.

v1.2.4

3 years ago

Add more seed users for testing pagination.

v1.2.3

3 years ago
  • Add isAdmin property to UserResource.
  • Reduce pagination to 10 items for users.

v1.2.2

3 years ago

Remove backslash in file path for avatar image.

v1.2.1

3 years ago

Add missing backslash in file path for avatar image.

v1.2

3 years ago
  • Refactor api routes to user UserController and AuthController.
  • Add is_admin column to users table.
  • Add basic isAdmin check to protect non admins seeing other users.

v1.1.1

3 years ago

Tidy routes and use UserResource for return data.

v1.1

3 years ago

Users can now upload a single image as their avatar.

v1.0

3 years ago

Initial release with authentication set up to work with Laravel Sanctum and Fortify.