Ladmin Storage Pro
Ladmin storage view
Setup Installation
1. Authenticating
For developing mode you can use the authentication below. You need login to get YOUR-API-TOKEN
, see full details authentications method on your dashboard page. Login Now
composer config http-basic.ppmarket.org token YOUR-API-TOKEN
2. Installing Via Composer
Following CLI command to add the Composer repository to your composer.json
file:
composer config repositories.hexters.ladmin-storage-pro '{"type": "composer", "url": "https://ppmarket.org/library/hexters/ladmin-storage-pro"}' --file composer.json
After your composer.json
file has been updated, run the command below to start install this package:
composer require hexters/ladmin-storage-pro
Ladmin Storage Module
View complete documentation for Ladmin Package
Publish the module by running the command below.
$ php artisan vendor:publish --tag=ladmin-storage-pro-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