Skip to content
This repository was archived by the owner on Dec 13, 2022. It is now read-only.

srustamov/laravel-file-manager

Repository files navigation

Laravel File Manager

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.

About

Laravel simple file manager

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published