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

This package is auto-updated.

Last update: 2022-12-25 10:42:51 UTC


README

Build Status

Latest Stable Version Latest Unstable Version Test Coverage Maintainability GitHub license

Preview

Design

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.