This package is no longer maintained!
Latest Version on Packagist Total Downloads
This package contains a light weight filemanager. It is build for easy intergration and easy to customize. It works only with laravel and uses a lot of laravels code. The code is clean and we want to keep it this way. offcourse this package will grow into an awesome filemanager where you can manage your files the way you want.
Tested on laravel 8.*
You can install the package via composer:
composer require singlequote/laravel-filemanager //publish resources php artisan vendor:publish --tag=laravel-filemanager-resource //publish assets php artisan vendor:publish --tag=laravel-filemanager-assets //publish config php artisan vendor:publish --tag=laravel-filemanager-config //publish locale php artisan vendor:publish --tag=laravel-filemanager-locale //publish images for file extensions php artisan vendor:publish --tag=laravel-filemanager-images
Download the package, publish the config and the assets (or just the images only) the package will auto require the script and styling files. The default route is /filemanager change it in the config
The package (when enabled) will cache all the files inside the public folder. To instant load the files, paste this in your public/.htaccess
# Serve cached images if available
RewriteCond %{DOCUMENT_ROOT}/%{REQUEST_URI} -f
RewriteRule . %{REQUEST_URI} [L]
- Docs
- Sharing folders by link
- Sharing files by link
- Update design
Please see CHANGELOG for more information what has changed recently.
Yes please! Finish our work and create a merge request.
If you discover any security related issues, take a look at the issue tracker.
You're free to use this package, but if it makes it to your production environment we highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using.
Our address is: Quotec, Traktieweg 8c 8304 BA, Emmeloord, Netherlands.
The MIT License (MIT). Please see License File for more information.