Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/saeedvaziry/laravel-filemanager
A Simple Laravel Filemanager
https://github.com/saeedvaziry/laravel-filemanager
Last synced: 27 days ago
JSON representation
A Simple Laravel Filemanager
- Host: GitHub
- URL: https://github.com/saeedvaziry/laravel-filemanager
- Owner: saeedvaziry
- License: other
- Created: 2016-03-16T21:21:10.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-06T15:37:44.000Z (over 6 years ago)
- Last Synced: 2024-05-02T05:15:25.360Z (6 months ago)
- Language: PHP
- Size: 13.7 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
[![StyleCI](https://github.styleci.io/repos/54067299/shield?branch=master)](https://github.styleci.io/repos/54067299)
# 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.
``` php
SaeedVaziry\LaravelFilemanager\LaravelFilemanagerServiceProvider::class,
```And then :
``` bash
$ 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 [email protected] instead of using the issue tracker.
## Credits
- [Saeed Vaziry][https://github.com/saeedvaziry]
## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.