Download the PHP package ctf0/simple-menu without Composer
On this page you can find all versions of the php package ctf0/simple-menu. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download ctf0/simple-menu
More information about ctf0/simple-menu
Files in ctf0/simple-menu
Download ctf0/simple-menu
More information about ctf0/simple-menu
Files in ctf0/simple-menu
Vendor ctf0
Package simple-menu
Short Description create a menu that support page (multiLocale 'title/ url/ prefix', nesting, template, static/dynamic, roles & permissions).
License MIT
Homepage https://github.com/ctf0/SimpleMenu
Package simple-menu
Short Description create a menu that support page (multiLocale 'title/ url/ prefix', nesting, template, static/dynamic, roles & permissions).
License MIT
Homepage https://github.com/ctf0/SimpleMenu
Please rate this library. Is it a good library?
Informations about the package simple-menu
SimpleMenu
Create menus & pages that support (multiLocale "title, url, body, ...", nesting, template, static & dynamic data, roles & permissions).
- package requires Laravel v5.5+
- package rely heavily on caching so make sure to install one of the tag enabled drivers Memcached / Redis
Installation
-
composer require ctf0/simple-menu
-
after installation, run
php artisan sm:setup
to add- package routes to
routes/web.php
- package assets compiling to
webpack.mix.js
- package routes to
-
publish the packages assets with
php artisan vendor:publish
-
install JS dependencies
- add this one liner to your main js file and run
npm run watch
to compile yourjs/css
files.- if you are having issues Check.
Config
config/simpleMenu.php
Usage
-
add
SMUsers
trait to your User Model - visit
localhost:8000/admin
All versions of simple-menu with dependencies
PHP Build Version
Package Version
Requires
illuminate/support Version
>=5.4 <9.0
gazsp/baum Version *
mcamara/laravel-localization Version *
spatie/laravel-permission Version *
spatie/laravel-translatable Version *
codezero/laravel-unique-translation Version *
ctf0/package-changelog Version *
laravelcollective/html Version *
gazsp/baum Version *
mcamara/laravel-localization Version *
spatie/laravel-permission Version *
spatie/laravel-translatable Version *
codezero/laravel-unique-translation Version *
ctf0/package-changelog Version *
laravelcollective/html Version *
The package ctf0/simple-menu contains the following files
Loading the files please wait ....