Skip to content
This repository was archived by the owner on Jan 3, 2023. It is now read-only.

Commit 2403c62

Browse files
authored
Update README.md
1 parent 8233f02 commit 2403c62

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
- Package Uses
1+
- Dependencies
22
> - Permissions
33
> - https://github.com/spatie/laravel-permission
44
@@ -13,7 +13,10 @@
1313

1414
- `composer require ctf0/simple-menu`
1515

16-
- add the service provider & facade to `config/app.php`
16+
- add the service provider & facade to `config/app.php`
17+
18+
- all the package dependencies "serviceProvider & aliases" are registerd with the package.
19+
1720
```php
1821
'providers' => [
1922
ctf0\SimpleMenu\SimpleMenuServiceProvider::class,
@@ -67,7 +70,7 @@ return [
6770
[Wiki](https://github.com/ctf0/simple-menu/wiki/Usage)
6871

6972
### MiddleWares
70-
- the package automatically register 4 middlewares to handle all the package routes, however to use them anywhere else, they are
73+
- the package automatically register 4 middlewares to handle all the routes but incase you want to use them anywhere else, they are
7174
- `localizationRedirect`
7275
- `localeSessionRedirect`
7376
- `role:roleName`

0 commit comments

Comments
 (0)