Skip to content

Commit 4dd7d52

Browse files
authored
Update README.md
1 parent 4792e2d commit 4dd7d52

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
11
<h1>Laravel ReactJS Dashboard</h1>
22

33
<h2>A laravel dashboard built in InertiaJs + ReactJs</h2>
4+
45
<p>Laravel + Bootstrap + ReactJS + InertiaJS + laravel-permission </p>
56

67
<h2>Screenshot</h2>
8+
79
![public/screen/login.png](public/screen/login.png)
810
![public/screen/screen1.png](public/screen/screen1.png)
911
![public/screen/screen2.png](public/screen/screen2.png)
1012

1113

1214
<h3>Setup</h3>
15+
1316
```bash
1417
#install composer dependency
1518
composer install
@@ -24,6 +27,7 @@ php artisan db:seed
2427
```
2528

2629
<h3>Credentials</h3>
30+
2731
```
2832
login url : <http://127.0.0.1:8000/login>
2933
@@ -32,19 +36,24 @@ password : password
3236

3337

3438
<h2>Built With</h2>
39+
3540
* [Laravel](https://laravel.com/)
3641
* [ReactJs](https://reactjs.org/)
3742
* [InertiaJS](https://inertiajs.com/)
3843
* [Bootstrap](https://getbootstrap.com/)
3944

4045
<h2>Contributing</h2>
46+
4147
Thank you for contributing to this repository.
4248

4349
<h2>Acknowledgments</h2>
50+
4451
We acknowledge and are grateful to these developers for their contributions to open source.
52+
4553
* [Volt React Dashboard](https://demo.themesberg.com/volt-react-dashboard/#/)
4654
* [laravel-permission](https://spatie.be/docs/laravel-permission/v5/introduction)
4755

4856

4957
<h2>License</h2>
50-
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details
58+
59+
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 commit comments

Comments
 (0)