Skip to content

Commit b66f59c

Browse files
committed
Update Readme
1 parent 5244af1 commit b66f59c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,17 @@ From Laravel Version 6.0
1515
4. npm run dev
1616
```
1717

18-
# Install the Package
18+
#Install the Package
1919

2020
```
2121
composer require codexshaper/laravel-permission
2222
```
23-
# Publish Resource, Configs, Migration and Seeding Database in a single command
23+
#Publish Resource, Configs, Migration and Seeding Database in a single command
2424

2525
```
2626
php artisan permission:install
2727
```
28-
# Or Publish Resource, Configs, Migration and Seeding Database Manually
28+
#Or Publish Resource, Configs, Migration and Seeding Database Manually
2929
1. Publish Configs
3030
```
3131
php artisan vendor:publish --tag=permission.config
@@ -65,7 +65,7 @@ class User extends Authenticatable
6565
```
6666
#Check Permission go to ```/admin/laravel-permission```
6767

68-
# Install Demo
68+
#Install Demo
6969
```
7070
php artisan permission:install:demo
7171
```

0 commit comments

Comments
 (0)