Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamadmurad authored May 19, 2022
1 parent 4792e2d commit 4dd7d52
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
<h1>Laravel ReactJS Dashboard</h1>

<h2>A laravel dashboard built in InertiaJs + ReactJs</h2>

<p>Laravel + Bootstrap + ReactJS + InertiaJS + laravel-permission </p>

<h2>Screenshot</h2>

![public/screen/login.png](public/screen/login.png)
![public/screen/screen1.png](public/screen/screen1.png)
![public/screen/screen2.png](public/screen/screen2.png)


<h3>Setup</h3>

```bash
#install composer dependency
composer install
Expand All @@ -24,6 +27,7 @@ php artisan db:seed
```

<h3>Credentials</h3>

```
login url : <http://127.0.0.1:8000/login>
email : admin@admin.com
Expand All @@ -32,19 +36,24 @@ password : password


<h2>Built With</h2>

* [Laravel](https://laravel.com/)
* [ReactJs](https://reactjs.org/)
* [InertiaJS](https://inertiajs.com/)
* [Bootstrap](https://getbootstrap.com/)

<h2>Contributing</h2>

Thank you for contributing to this repository.

<h2>Acknowledgments</h2>

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

* [Volt React Dashboard](https://demo.themesberg.com/volt-react-dashboard/#/)
* [laravel-permission](https://spatie.be/docs/laravel-permission/v5/introduction)


<h2>License</h2>
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details

This project is licensed under the MIT License - see the [LICENSE](https://github.com/mohamadmurad/laravel-reactjs-dashboard/blob/4792e2dd8649b533c2910c15471962a1f03726cb/LICENSE) file for details

0 comments on commit 4dd7d52

Please sign in to comment.