Laravel + Bootstrap + ReactJS + InertiaJS + laravel-permission
#install composer dependency
composer install
# copy .env.example to .env
cp .env.example .env
# generate security key , link storage file
php artisan key:generate
php artisan storage:link
# after connect your database via .env file
php artisan migrate:fresh
php artisan db:seed
login url : <http://127.0.0.1:8000/login>
email : admin@admin.com
password : password
Thank you for contributing to this repository.
We acknowledge and are grateful to these developers for their contributions to open source.
This project is licensed under the MIT License - see the LICENSE file for details