tuine / laravel-media-manager

Provides a web interface to manage local/oss files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Media manager for laravel-admin

Adaptation from

Media manager for local or oss disk.

Installation

$ composer require tuine/laravel-media-manager -vvv

$ php artisan admin:import super-media-manager

Add a disk config in config/admin.php:

    'extensions' => [

        'super-media-manager' => [
        
            // Select a disk that you configured in `config/filesystem.php`
            'disk' => 'alioss'
        ],
    ],

Use aliyun-oss

License

Licensed under The MIT License (MIT).

About

Provides a web interface to manage local/oss files

License:MIT License


Languages

Language:HTML 72.2%Language:PHP 27.8%