| Package Data | |
|---|---|
| Maintainer Username: | encore | 
| Maintainer Contact: | zosong@126.com (z-song) | 
| Package Create Date: | 2017-07-31 | 
| Package Last Update: | 2023-07-14 | 
| Home Page: | |
| Language: | Blade | 
| License: | MIT | 
| Last Refreshed: | 2025-10-26 15:01:50 | 
| Package Statistics | |
|---|---|
| Total Downloads: | 136,817 | 
| Monthly Downloads: | 640 | 
| Daily Downloads: | 4 | 
| Total Stars: | 133 | 
| Total Watchers: | 4 | 
| Total Forks: | 65 | 
| Total Open Issues: | 21 | 
Media manager for local disk.

$ composer require laravel-admin-ext/media-manager -vvv
$ php artisan admin:import media-manager
Add a disk config in config/admin.php:
    'extensions' => [
        'media-manager' => [
        
            // Select a local disk that you configured in `config/filesystem.php`
            'disk' => 'public'
        ],
    ],
Open http://localhost/admin/media.
Licensed under The MIT License (MIT).