View complete documentation for Ladmin Package
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
Open the file Modules/Storage/config/module.php
, to change the root folder of the main Storage Module