| 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: | 2025-10-29 03:03:31 | 
| Package Statistics | |
|---|---|
| Total Downloads: | 18 | 
| Monthly Downloads: | 0 | 
| Daily Downloads: | 0 | 
| Total Stars: | 5 | 
| Total Watchers: | 1 | 
| 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.