Ladmin Storage Pro

Last update 10/04/22 01:36 UTC Private

Ladmin storage view

Installing Via Composer

Following CLI command to add the Composer repository to your composer.json file.

composer config repositories.helastro.ppmarket.org \
    '{"type": "composer", "url": "https://helastro.ppmarket.org"}' \
        --file composer.json

To avoid manually typing these credentials, you may create a Composer auth.json file while using your license key in place of your password:

composer config http-basic.helastro.ppmarket.org [email protected] your-license-key

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

Overview

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

Features

Create Directory

Multiple Upload File

Delete File

Starred, Comment, and Reply Comment

Starred and comment

Release Versions

  • 1.0.0 04/11/2022

0

base on 0 ratings

0%
0%
0%
0%
0%
Purchase

0

Download

6