larva/laravel-aliyun

This is a Laravel expansion for the Aliyun.

2.1.1 2023-10-30 03:03 UTC

This package is auto-updated.

Last update: 2024-03-30 00:17:10 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,
];