saeedvaziry / laravel-filemanager by saeedvaziry

16
5
2
Package Data
Maintainer Username: saeedvaziry
Maintainer Contact: sa.vaziry@gmail.com (Saeed Vaziry)
Package Create Date: 2016-03-16
Package Last Update: 2018-08-06
Language: PHP
License: MIT
Last Refreshed: 2024-04-22 03:03:28
Package Statistics
Total Downloads: 16
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 5
Total Watchers: 2
Total Forks: 0
Total Open Issues: 0

StyleCI

Laravel Filemanager

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

Requirements

  • Laravel 5.2

Demo

  • https://github.com/saeedvaziry/laravel-filemanager/wiki/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.