Laravel MongoDB Sample
Users
Add User
Users
Add New User
No Users Found
There are no users in the database yet.
Add First User
API Endpoints:
GET /api/users
- Get all users
GET /api/users/{id}
- Get specific user
POST /api/users
- Create new user
PUT /api/users/{id}
- Update user
DELETE /api/users/{id}
- Delete user