saeedvaziry/laravel-filemanager

18 5
Install
composer require saeedvaziry/laravel-filemanager
Latest Version:0.0.3
PHP:~5.5|~7.0
License:MIT
Last Updated:Aug 6, 2018
Links: GitHub  ·  Packagist
Maintainer: saeedvaziry

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

  • [Saeed Vaziry][https://github.com/saeedvaziry]

License

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