hexters / ladmin-storage
Package for view storage in laravel
Installs: 72
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/hexters/ladmin-storage
README
View complete documentation for Ladmin Package
Installation
Add the repository by running the command below.
$ composer require hexters/ladmin-storage
Publish the module by running the command below.
$ php artisan vendor:publish --tag=ladmin-storage-module --force
Register the storage menu on the kernel menu, open the app/Menu/Sidebar.php
file, see the example below.
. . . use Modules\Ladmin\Menus\System; use Modules\Storage\Menus\StorageMenu; . . . return [ StorageMenu::class, Account::class, . . .
And assign permissions like the example below. in menu http://localhost:8000/administrator/role
Config
Open the file Modules/Storage/config/module.php
, to change the root folder of the main Storage Module