rjvim/file-manager

Upload the files to your Laravel app

dev-master 2019-05-27 11:17 UTC

This package is auto-updated.

Last update: 2024-03-27 22:16:24 UTC


README

You can install the package via composer:

composer require rjvim/file-manager

The package will automatically register itself.

You can publish the migration with:

php artisan vendor:publish --provider="Betalectic\FileManager\FileManagerServiceProvider" --tag="migrations"
php artisan vendor:publish --provider="Betalectic\FileManager\FileManagerServiceProvider"
php artisan migrate

Documentation

  • Upload and retrieving the files
  • Upload the base 64 image also

php artisan vendor:publish //Delete existing file and run

License

The MIT License (MIT). Please see License File for more information.