Looking to hire Laravel developers? Try LaraJobs

laravel-aliyun maintained by larva

Description
This is a Laravel expansion for the Aliyun.
Last update
2024/06/18 03:57 (dev-master)
License
Links
Downloads
1 422
Tags

Comments
comments powered by Disqus

laravel-aliyun

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,
];