larva/laravel-aliyun

This is a Laravel expansion for the Aliyun.

2.2.0 2024-06-18 01:57 UTC

This package is auto-updated.

Last update: 2024-07-18 02:10:32 UTC


README

This is a aliyun expansion for the laravel

License Latest Stable Version Total Downloads

环境需求

  • PHP >= 8.0.2

Installation

composer require larva/laravel-aliyun -vv

for Laravel

This service provider must be registered.

// config/app.php

'providers' => [
    '...',
    Larva\Aliyun\AliyunServiceProvider::class,
];