srustamov / laravel-file-manager
This package is abandoned and no longer maintained.
No replacement package was suggested.
Laravel file manager
0.0.9
2021-08-25 07:13 UTC
Requires
- php: ^7.2
- ext-zip: *
Requires (Dev)
- orchestra/testbench: ~4.0
- phpunit/phpunit: ~8.0
README
Preview
Requirements
- Laravel ^6.0 or ^7.0
- PHP 7.2
Installation
You can install the package via composer:
composer require srustamov/laravel-file-manager
php artisan vendor:publish --provider="Srustamov\FileManager\FileManagerServiceProvider" --tag="config"
php artisan vendor:publish --provider="Srustamov\FileManager\FileManagerServiceProvider" --tag="public" --force
Features
- Frontend on Vue.js
- Creating files
- Creating folders
- Edit files (prism editor)
- Copying
- Cutting
- Renaming
- Uploading files
- Viewing images
- Terminal
- Dark/Light mode
- Zip / Unzip
Testing
composer test
composer test-coverage
Security
If you discover any security related issues, please email rustemovv96@gmail.com instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.