Skip to content

Commit cc95594

Browse files
authored
Update README.md
1 parent e1b670d commit cc95594

File tree

1 file changed

+20
-2
lines changed

1 file changed

+20
-2
lines changed

README.md

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ Follow the steps mentioned below to install and run the project.
3232

3333
1. Clone or download the repository
3434
2. Go to the project directory (cd laavel-coreui) and run `composer install` and `npm install`
35-
1. It will install all the laravel (PHP) packages by the command `composer install` (if you do not have `composer` then install it - https://getcomposer.org/download/)
36-
2. It will install all the NPM packages by the command `npm install` (if you do not have npm then install it - https://nodejs.org/en/download)
35+
1. It will install all the laravel (PHP) packages by the command `composer install` (if you do not have `composer` then install it - https://getcomposer.org/download/)
36+
2. It will install all the NPM packages by the command `npm install` (if you do not have npm then install it - https://nodejs.org/en/download)
3737
3. Create `.env` file by copying the `.env.example`. You may use the command to do that `cp .env.example .env`
3838
4. Run the command `composer run-script post-create-project-cmd` to APP_KEY
3939
5. Update the database name and credentials in `.env` file
@@ -50,6 +50,24 @@ Using the Docker, you may run the project
5050

5151
Important note: if you get broken page then run the command `npm run dev` or `npm run build`
5252

53+
# Screenshots
54+
Login View
55+
![login](https://github.com/bilaschandra/laravel-coreui/assets/5582015/5ca1d995-90be-4e02-b3ee-693fad45b588)
56+
57+
Dashboard View
58+
![dashboard](https://github.com/bilaschandra/laravel-coreui/assets/5582015/9d233ac2-83e9-4668-8413-e6c150bc0b37)
59+
60+
Users View
61+
![User-List-Laravel](https://github.com/bilaschandra/laravel-coreui/assets/5582015/a3088739-7771-4264-9378-9523dcbfae35)
62+
63+
Roles View
64+
![Role-list-Laravel](https://github.com/bilaschandra/laravel-coreui/assets/5582015/2d1b52d2-63d0-40bd-b10a-5c07f2db169c)
65+
66+
Permissions View
67+
![Permission-List-Laravel](https://github.com/bilaschandra/laravel-coreui/assets/5582015/a69a3a8a-956f-4fe2-8c53-0e642ba8099d)
68+
69+
70+
5371
## License
5472

5573
The Laravel framework is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).

0 commit comments

Comments
 (0)