You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 3, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+32-44
Original file line number
Diff line number
Diff line change
@@ -5,68 +5,43 @@
5
5
6
6
Create menus & pages that support (multiLocale "title, url, body, ...", nesting, template, static & dynamic data, roles & permissions).
7
7
8
+
- package requires Laravel v5.5+
9
+
- package rely heavily on caching through **Redis**, so make sure to check the [docs](https://laravel.com/docs/5.5/redis) for installation & configuration.
10
+
8
11
<br>
9
12
10
13
## Installation
11
14
12
15
-`composer require ctf0/simple-menu`
13
16
14
-
- (Laravel < 5.5) add the service provider & facade to `config/app.php`
- the package rely heavily on caching through **Redis**, so make sure to check the [docs](https://laravel.com/docs/5.4/redis) for installation & configuration.
31
-
32
21
- publish the packages assets with `php artisan vendor:publish`
33
-
- for simpleMenu [Wiki](https://github.com/ctf0/simple-menu/wiki/Publish)
34
-
- also check the below **Dependencies** for extra "configuration/options/migrations".
0 commit comments