Laravel + Bootstrap + ReactJS + InertiaJS + laravel-permission
public/screen/login.png public/screen/screen1.png public/screen/screen2.png
#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