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-11-18 03:03:09 |
Package Statistics | |
---|---|
Total Downloads: | 17 |
Monthly Downloads: | 1 |
Daily Downloads: | 0 |
Total Stars: | 5 |
Total Watchers: | 2 |
Total Forks: | 0 |
Total Open Issues: | 0 |
This is a simple laravel package that allows you to manage your files in your application.
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
Open config/filemanager.php
and change what you need.
Make a PR
If you discover any security related issues, please email sa.vaziry@gmail.com instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.