Storage

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

Ladmin Storage Pro