An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Easy file management system for laravel application

[![Latest Version on Packagist](https://img.shields.io/packagist/v/plusemon/file-manager.svg?style=flat-square)](https://packagist.org/packages/plusemon/file-manager)
[![Total Downloads](https://img.shields.io/packagist/dt/plusemon/file-manager.svg?style=flat-square)](https://packagist.org/packages/plusemon/file-manager)
![GitHub Actions](https://github.com/plusemon/file-manager/actions/workflows/main.yml/badge.svg)

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).