saeedvaziry/laravel-filemanager

0.0.3 2018-06-07 11:50 UTC

This package is auto-updated.

Last update: 2024-04-06 08:09:36 UTC


README

StyleCI

Laravel Filemanager

This is a simple laravel package that allows you to manage your files in your application.

Requirements

  • Laravel 5.2

Demo

Install

Via Composer

Add saeedvaziry/laravel-filemanager": "0.0.*" to your composer.json file and run composer update

Add this line to config/app.php in providers array.

SaeedVaziry\LaravelFilemanager\LaravelFilemanagerServiceProvider::class,

And then :

$ php artisan vendor:publish

Configuration

Open config/filemanager.php and change what you need.

Contributing

Make a PR

Security

If you discover any security related issues, please email sa.vaziry@gmail.com instead of using the issue tracker.

Credits

License

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