Skip to content

Commit 5244af1

Browse files
committed
Update Readme
1 parent 881c1e3 commit 5244af1

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

Lines changed: 4 additions & 6 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
@@ -53,8 +53,6 @@ Route::group(['prefix' => config('permission.prefix')], function () {
5353
});
5454
```
5555
#Import `use CodexShaper\Permission\Traits\HasRoles` or simply `use HasRoles` Trait into your `App\User` Model
56-
57-
#Example
5856
```
5957
namespace App;
6058
@@ -67,7 +65,7 @@ class User extends Authenticatable
6765
```
6866
#Check Permission go to ```/admin/laravel-permission```
6967

70-
#Install Demo
68+
# Install Demo
7169
```
7270
php artisan permission:install:demo
7371
```

0 commit comments

Comments
 (0)