https://github.com/plusemon/file-manager
Easy file management system for laravel application
https://github.com/plusemon/file-manager
Last synced: about 1 month ago
JSON representation
Easy file management system for laravel application
- Host: GitHub
- URL: https://github.com/plusemon/file-manager
- Owner: plusemon
- License: mit
- Created: 2022-05-23T11:53:48.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-05-23T11:56:45.000Z (about 4 years ago)
- Last Synced: 2024-04-14T17:25:04.808Z (over 2 years ago)
- Language: PHP
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Easy file management system for laravel application
[](https://packagist.org/packages/plusemon/file-manager)
[](https://packagist.org/packages/plusemon/file-manager)

You can manage your files easily.
## Installation
You can install the package via composer:
```bash
composer require plusemon/file-manager
```
## Usage
```php
// Usage description here
```
### Testing
```bash
composer test
```
### Changelog
Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.
## Contributing
Please see [CONTRIBUTING](CONTRIBUTING.md) for details.
### Security
If you discover any security related issues, please email bdemon00@gmail.com instead of using the issue tracker.
## Credits
- [Emon Khan](https://github.com/plusemon)
- [All Contributors](../../contributors)
## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.
## Laravel Package Boilerplate
This package was generated using the [Laravel Package Boilerplate](https://laravelpackageboilerplate.com).