User role and Permission Management system with Paticie package
Installation instruction
- Download or
git clone https://github.com/KKOO727/User-role-management-Paticia.git
- Make .env file by running
cp .env.example .env
- Configure Database Credentials
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=laravel
DB_USERNAME=root
DB_PASSWORD=
- Run
composer install
- Run
php artisan key:generate
- Run
php artisan migrate db:seed
- Run
yarn install
- Run
yarn prod
oryarn dev
oryarn watch
etc - Run
php artisan serve
and navigate to the link you got in your terminal.
To login use
username : superadmin
password : superadmin123456789
Please contact to [email protected] if you faced any installation or security problems in my project.