Download the PHP package netcore/module-admin without Composer
On this page you can find all versions of the php package netcore/module-admin. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package module-admin
Administration system
This module adds an administration panel to the site, which gives access to other module administration and menu editing. From here you will be able to edit the site content if Content module is present, add/change the menu items etc.
Pre-installation
This package is part of Netcore CMS ecosystem and is only functional in a project that has following packages installed:
https://github.com/netcore/netcore
https://github.com/netcore/module-user
https://github.com/netcore/module-setting
https://github.com/nWidart/laravel-modules
Installation
Require this package with composer:
Publish config, assets, migrations. Migrate and seed:
Usage
You can edit the admin menu and client menus in the Menus section
Managing menus:
You can access the menu an it's items from a menu() helper function
To get all menus use
To render a menu from a template use
By default this function will look in the resources/views/templates/menu directory for the template, but you can also provide a different path
For example
Seeding
You can add new menus by creating seeders
All versions of module-admin with dependencies
illuminate/support Version 5.6.x
kalnoy/nestedset Version ^4.3
dimsav/laravel-translatable Version ^9.0
hieu-le/active Version ^3.5
laravelcollective/html Version ^5.4.0
doctrine/dbal Version ^2.6
codesleeve/laravel-stapler Version 1.0.*
codesleeve/stapler Version dev-master as 1.2.0
davejamesmiller/laravel-breadcrumbs Version ^5.0
netcore/module-translate Version ^1.0
netcore/module-setting Version ^2.0