Download the PHP package funnydevjsc/minio-laravel-integrate without Composer
On this page you can find all versions of the php package funnydevjsc/minio-laravel-integrate. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download funnydevjsc/minio-laravel-integrate
More information about funnydevjsc/minio-laravel-integrate
Files in funnydevjsc/minio-laravel-integrate
Package minio-laravel-integrate
Short Description Laravel package for MinIO
License MIT
Homepage https://github.com/funnydevjsc/minio-laravel-integrate
Informations about the package minio-laravel-integrate
MinIO Admin Laravel
The free Laravel package to help you integrate with your MinIO Standalone without using Minio Client
Use Cases
- CRUD buckets, policies, users, groups and objects.
- Use this in case you do not have permissions or do not want to use MinIO Client (mc) by calling shell_exec or proc_open function.
Features
- Dynamic MinIO credentials from config/minio.php
- Easy to manage your MinIO with a few lines of coding
Requirements
- PHP: 8.1 or higher
- Laravel 9.0 or higher
Quick Start
If you prefer to install this package into your own Laravel application, please follow the installation steps below
Installation
Step 1. Install a Laravel project if you don't have one already
https://laravel.com/docs/installation
Step 2. Require the current package using composer:
Step 3. Publish the controller file and config file
If publishing files fails, please create corresponding files at the path config/minio.php
from this package.
Step 4. Update the various config settings in the published config file:
After publishing the package assets a configuration file will be located at config/MinIO.php
. Please find in MinIO.io to get those values to fill into the config file.
Testing
Feedback
Respect us in the Laravel Việt Nam
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email [email protected] or use the issue tracker.
Credits
- Funny Dev., Jsc
- All Contributors
License
The MIT License (MIT). Please see License File for more information.