https://github.com/ahs12/usermanagementapp_with_laravel
A Toy User Management App With API Support
https://github.com/ahs12/usermanagementapp_with_laravel
datatables laravel passport php7 socialite
Last synced: 5 months ago
JSON representation
A Toy User Management App With API Support
- Host: GitHub
- URL: https://github.com/ahs12/usermanagementapp_with_laravel
- Owner: AHS12
- Created: 2019-06-16T17:27:53.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-02T06:42:06.000Z (over 2 years ago)
- Last Synced: 2025-01-04T19:31:34.699Z (9 months ago)
- Topics: datatables, laravel, passport, php7, socialite
- Language: TSQL
- Homepage:
- Size: 8.9 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## UserManagementApp
A simple toy account managemnet app where user can ceate and update their account :p with admin support
This Laravel Project Contains some medium level laravel functionality.## Custom Login and Registration
- Registration system with extra filed such as Date and Picture
- custom error message during registration
- custom and proper login error message during login
- Modified Login controller with lo of overritten functions
- Social Login System Added
- Login and Register with Api support## API Support
- Login And Register via Api using Laravel Passport
- Basic API system for User## Role Management
- Manage Role using simple pivot table
- Used many to many relationship.## Email and Queue
- Email System both automated email and custom email
- Admin can send Email to User
- Used Queue with Jobs for faster performance## Admin Pannel
- A basic Admin Pannel Support
- Admin can Promote and Demote a user
- Admin can Send email to user
- Admin can see the email History## MiddleWare
- Used basic Auth Middleware
- Used Custom Admin middleware for admins## Flash Message
- Showing Sitewise Different Flash Message
## Freamworks and Tools
- [Boostrap4](https://getbootstrap.com/)
- [Bootstrap 4 - Tempus Dominus](https://tempusdominus.github.io/bootstrap-4/)
- [DataTables](https://datatables.net/)
- [SB Admin 2](https://startbootstrap.com/themes/sb-admin-2/)
- [Laravel](https://laravel.com/)
- [Laravel Telescope](https://github.com/laravel/telescope)
- [Laravel Socialite](https://github.com/laravel/socialite)
- [Laravel Passport](https://github.com/laravel/passport)