This project is a web app for creating clubs and organizing its members
- Fix all the list tables especially the ID and User columns
- Fix the club members to display verified and unverified users for club-admins
- Redirect to 404 page if json content is "The specified URL cannot be found"
- For club members
- Fix the memberships crud operations
- Fix the membership types crud operations
- Fix the membership type names crud operations
- Fix the vehicles crud operations
- Add choose-club menu at the upper rightmost corner
- Display the club name at the upper leftmost menu
- As a club admin
- Fix the club members crud operations
- Fix the create and edit members operation
- Unverified the member instead of deleting them
- I can edit the club details
- Fix the currentUserInfo method in API (try login and logout with and without remember_token)
- Fix the Base Controller of ApiController, remove the middleware auth in api controller
- When the system not the user logout its account, its oauth token should revoked
- Hide the current user in super-admin list
- Redirect to dashboard page after login for super-admin users
- Add settings for site name and logo
- Can remove the logo image
- Can upload and remove the favicon
- Users can change their password
- Deploying Passport.
When deploying Passport to your production servers for the first time, you will likely need to run the passport:keys command. This command generates the encryption keys Passport needs in order to generate access token. The generated keys are not typically kept in source control:
php artisan passport:keys