Download the PHP package dygen/filevuer without Composer
On this page you can find all versions of the php package dygen/filevuer. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download dygen/filevuer
More information about dygen/filevuer
Files in dygen/filevuer
Package filevuer
Short Description A remote FTP & S3 file manager using VueJS
License MIT
Homepage https://github.com/Dygen/filevuer
Informations about the package filevuer
Filevuer
This is a simple FTP/S3 filebrowser Laravel package based on the work done by OFFLINE-GmbH/Online-FTP-S3
-
Notable Changes
- Zip files are streamed from the resource instead of downloading to the server compressing and then serving the file. - Uploaded zip files are opened on the server and then files streamed to the resource - After upload, files are immediately deleted
-
The connections are defined in the config/filevuer.php file.
-
Asset files are copied to /public/vendor/filevuer.
-
The index file is copied to views/vendor/filevuer.
- You can use restrict access to the route by placing
in your routes/web.php file
- This is my first Laravel plugin so I'm sure I have make some mistakes. Please let me know if you come across any issues.
Installation
Install using composer
Publish the assets and configuration
Laravel 5.5+:
- If you don't use auto-discovery, add the ServiceProvider to the providers array in config/app.php
Change log
Please see CHANGELOG for more information on what has changed recently.
Testing
Contributing
Please see CODE_OF_CONDUCT for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.
All versions of filevuer with dependencies
aws/aws-sdk-php Version ^3.64
league/flysystem Version ^3.0
league/flysystem-aws-s3-v3 Version ^3.0
league/flysystem-ftp Version ^3.0
maennchen/zipstream-php Version ^2.4