singlequote / laravel-filemanager
Google drive based filemanager. Lightweight and extreemly powerfull.
Requires
- php: ^8.0
- intervention/image: ^2.5
- laravel/framework: >=8
- dev-master
- 2.0.2
- 2.0.1
- 2.0.0
- 1.2.8
- 1.2.7
- 1.2.6
- 1.2.5
- 1.2.4
- 1.2.3
- 1.2.2
- 1.2.1
- 1.2.0
- 1.1.34
- 1.1.33
- 1.1.32
- 1.1.31
- 1.1.30
- 1.1.29
- 1.1.28
- 1.1.27
- 1.1.26
- 1.1.24
- 1.1.23
- 1.1.22
- 1.1.21
- 1.1.20
- 1.1.19
- 1.1.18
- 1.1.17
- 1.1.16
- 1.1.15
- 1.1.14
- 1.1.13
- 1.1.12
- 1.1.11
- 1.1.10
- 1.1.9
- 1.1.8
- 1.1.7
- 1.1.6
- 1.1.5
- 1.1.4
- 1.1.3
- 1.1.2
- 1.1.1
- 1.1.0
- 1.0.7
- 1.0.6
- 1.0.5
- 1.0.4
- 1.0.3
- 1.0.2
- 1.0.1
- 1.0.0
- 0.0.5
- 0.0.3
- 0.0.2
- 0.0.1
- dev-bug-patch-1-1
- dev-update-patch-1-1
- dev-update-patch-1
- dev-bug-patch-1
This package is auto-updated.
Last update: 2024-10-22 09:30:44 UTC
README
This package is no longer maintained!
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.*
Installation
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
Quick start
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
Hard cache
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]
To do list
- Docs
- Sharing folders by link
- Sharing files by link
- Update design
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Yes please! Finish our work and create a merge request.
Security
If you discover any security related issues, take a look at the issue tracker.
Postcardware
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.
Credits
License
The MIT License (MIT). Please see License File for more information.