https://github.com/hexters/ladmin-storage
https://github.com/hexters/ladmin-storage
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/hexters/ladmin-storage
- Owner: hexters
- Created: 2022-04-11T10:22:32.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-11T18:39:12.000Z (about 4 years ago)
- Last Synced: 2025-03-16T14:57:08.829Z (about 1 year ago)
- Language: PHP
- Size: 19.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Storage

View complete documentation for [Ladmin Package](https://github.com/hexters/ladmin)
# Installation
Add the repository by running the command below.
```bash
$ composer require hexters/ladmin-storage
```
Publish the module by running the command below.
```bash
$ 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.
```php
. . .
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
[  ](https://ppmarket.org/browse/hexters-ladmin-storage-pro)