larva/laravel-aliyun

This is a Laravel expansion for the Aliyun.

Installs: 1 422

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/larva/laravel-aliyun

2.2.0 2024-06-18 01:57 UTC

This package is auto-updated.

Last update: 2025-10-18 04:55:55 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,
];