- Mobile Responsive Bootstrap 4 Design
- User Management with Roles
- Role Management
- Permissions Management
- Access Control List (ACL)
- Laravel 8 + Bootstrap 4
Client: HTML, CSS, JavaScript, jQuery, VueJs, Bootstrap 4
Server: PHP, Laravel 8
DataBase: MySql
Para Intalar el sistema siga los siguientes pasos:
Install All Packages of laravel
```bash
composer install
Install NPM Dependencies
npm install && npm run dev
Create .env file
cp .env.example .env
Generate Application key
php artisan key:generate
Update .env File with Database credentials and run migration with seed.
php artisan migrate --seed
All Set ! now serve laravel app on local and open app in browser.
Login With Admin
Username - [email protected]
Password - Admin@123#