Simple mini-project created for User Management. You can Create Superadmin, admin, Normal User And can Create User you want with different roles and permissions Using Just UI
- admin panel
- user creation using UI
- assigning roles and permission using Ui
- create user using UI
- create roles using UI
- create permissions using UI
- Create User you want with different roles and permissions Using Just UI
- git clonehttps://github.com/bestmomo/laravel5-example.gitprojectname
- cd projectname
- composer install
- php artisan key:generate
- Create a database and inform .env
- php artisan migrate --seed to create and populate tables
- php artisan serve to start the app on http://localhost:8000/
Note:admin login email:[email protected] Password:password
Please use and re-use however you want.