saeedvaziry / laravel-filemanager
0.0.3
2018-06-07 11:50 UTC
Requires
- php: ~5.5|~7.0
- illuminate/support: ~5.1
Requires (Dev)
- phpunit/phpunit: 4.*
- scrutinizer/ocular: ~1.1
- squizlabs/php_codesniffer: ~2.3
This package is auto-updated.
Last update: 2024-11-06 09:27:05 UTC
README
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.