The file manager intended for using Laravel with TinyMCE. File manager in table database, do not browse on the server folder.
tadcms/filemanager is a Laravel package for the file manager intended for using laravel with tinymce. file manager in table database, do not browse on the server folder..
It currently has 1 GitHub stars and 11 downloads on Packagist (latest version 2.0.0).
Install it with composer require tadcms/filemanager.
Discover more Laravel packages by tadcms
or browse all Laravel packages to compare alternatives.
Last updated
The file manager intended for using Laravel with CKEditor / TinyMCE. File manager in table database, do not browse on the server folder.

composer require juzaweb/file-manager
php artisan vendor:publish --tag=config
php artisan vendor:publish --tag=assets
php artisan migrate
php artisan storage:link
Route::group(['prefix' => 'file-manager', 'middleware' => ['web', 'auth']], function (){
\Juzaweb\FileManager\Media::browser();
});
Updating...
The Laravel File Manager package is open-sourced software licensed under the MIT license.