Releases: 0xgdr/laravel-api
Releases · 0xgdr/laravel-api
v1.3
Compare
Sorry, something went wrong.
No results found
0xgdr
released this
25 Jan 22:36
Add basic messaging functionality. A user can post a message to the dashboard.
v1.2.4
Compare
Sorry, something went wrong.
No results found
0xgdr
released this
17 Jan 21:55
Add more seed users for testing pagination.
v1.2.3
Compare
Sorry, something went wrong.
No results found
0xgdr
released this
17 Jan 09:21
Add isAdmin property to UserResource.
Reduce pagination to 10 items for users.
v1.2.2
Compare
Sorry, something went wrong.
No results found
0xgdr
released this
16 Jan 08:10
Remove backslash in file path for avatar image.
v1.2.1
Compare
Sorry, something went wrong.
No results found
0xgdr
released this
15 Jan 23:58
Add missing backslash in file path for avatar image.
v1.2
Compare
Sorry, something went wrong.
No results found
0xgdr
released this
15 Jan 21:12
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
Compare
Sorry, something went wrong.
No results found
0xgdr
released this
14 Jan 22:51
Tidy routes and use UserResource for return data.
v1.1
Compare
Sorry, something went wrong.
No results found
0xgdr
released this
12 Jan 18:27
Users can now upload a single image as their avatar.
v1.0
Compare
Sorry, something went wrong.
No results found
0xgdr
released this
10 Jan 08:50
Initial release with authentication set up to work with Laravel Sanctum and Fortify.