- Adminpanel based on Soft UI theme from Creative Tim
- Login/Register functionality with default Laravel
- Managing User Profile
- Managing Users CRUDs: tables, and forms
- Managing Roles CRUDs: tables, and forms
- Managing Permissions CRUDs: tables, and forms
- Managing Database Notifications
- Feature Tests for User, Roles, and Permissions
- Clone the repository with git clone
- Copy .env.example file to .env and edit database credentials there
- Run composer install
- Run php artisan key:generate
- Run php artisan migrate --seed (it has some seeded data for your testing)
- That's it: launch the main URL.
- You can login to adminpanel with default credentials admin@dentricedev.com - 1234
Reach out to me maina@dentricedev.com I will be happy to assist
Fork the repo @ GitHub.