Skip to content

mohamadmurad/laravel-reactjs-dashboard

Repository files navigation

Laravel ReactJS Dashboard

A laravel dashboard built in InertiaJs + ReactJs

Laravel + Bootstrap + ReactJS + InertiaJS + laravel-permission

Screenshot

public/screen/login.png public/screen/screen1.png public/screen/screen2.png

Setup

#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

Credentials

login url : <http://127.0.0.1:8000/login>
email : admin@admin.com
password : password

Built With

Contributing

Thank you for contributing to this repository.

Acknowledgments

We acknowledge and are grateful to these developers for their contributions to open source.

License

This project is licensed under the MIT License - see the LICENSE file for details