PHPackages                             hexters/ladmin-public-storage-plugin - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [File &amp; Storage](/categories/file-storage)
4. /
5. hexters/ladmin-public-storage-plugin

ActiveLibrary[File &amp; Storage](/categories/file-storage)

hexters/ladmin-public-storage-plugin
====================================

File storage plugin for package ladmin (Laravel Admin)

v0.0.3(5y ago)0413MITPHP

Since Nov 29Pushed 4y ago1 watchersCompare

[ Source](https://github.com/hexters/ladmin-public-storage-plugin)[ Packagist](https://packagist.org/packages/hexters/ladmin-public-storage-plugin)[ RSS](/packages/hexters-ladmin-public-storage-plugin/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (1)Versions (4)Used By (0)

Ladmin Public Storage Plugin
----------------------------

[](#ladmin-public-storage-plugin)

[![Latest Stable Version](https://camo.githubusercontent.com/524e1d7c726664fc8a6ef00dc3fb9b01980377cb35dd44a9c52f56e84ed57a34/68747470733a2f2f706f7365722e707567782e6f72672f686578746572732f6c61646d696e2d7075626c69632d73746f726167652d706c7567696e2f762f737461626c65)](https://packagist.org/packages/hexters/ladmin-public-storage-plugin)[![Total Downloads](https://camo.githubusercontent.com/664eca6cd9942fd9726c6f73ec1e753848ee1671e687d85ded3b0b3accd2aaff/68747470733a2f2f706f7365722e707567782e6f72672f686578746572732f6c61646d696e2d7075626c69632d73746f726167652d706c7567696e2f646f776e6c6f616473)](https://packagist.org/packages/hexters/ladmin-public-storage-plugin)[![License](https://camo.githubusercontent.com/461bbf03b529e398572001db166005db63f0755b922b1fcbf93a53ce0d09e0e6/68747470733a2f2f706f7365722e707567782e6f72672f686578746572732f6c61646d696e2d7075626c69632d73746f726167652d706c7567696e2f6c6963656e7365)](https://packagist.org/packages/hexters/ladmin-public-storage-plugin)

This is a plugin for the [hexters\\ladmin](https://github.com/hexters/ladmin/blob/v1.8.3/readme.md) package

[![Example Image](https://github.com/hexters/ladmin-public-storage-plugin/raw/master/example.png?raw=true)](https://github.com/hexters/ladmin-public-storage-plugin/blob/master/example.png?raw=true)

### Installation

[](#installation)

You can install this package via composer:

```
$ composer require hexters/ladmin-public-storage-plugin
```

Add this route to Ladmin route

```
. . .
use Hexters\Ladmin\Routes\Ladmin;
use Hexters\Ladmin\Plugin\PublicStorage\LadminPublicStorage;
. . .

Ladmin::route(function() {

  . . .
  LadminPublicStorage::route();
  . . .

});
```

Add this menu to `app/menus/sidebar.php`

```
