An open API service indexing awesome lists of open source software.

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

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)