Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/larvatecn/laravel-aliyun

This is a Laravel expansion for the Aliyun.
https://github.com/larvatecn/laravel-aliyun

aliyun laravel php

Last synced: 12 days ago
JSON representation

This is a Laravel expansion for the Aliyun.

Awesome Lists containing this project

README

        

# laravel-aliyun

This is a aliyun expansion for the laravel

[![License](https://poser.pugx.org/larva/laravel-aliyun/license.svg)](https://packagist.org/packages/larva/laravel-aliyun)
[![Latest Stable Version](https://poser.pugx.org/larva/laravel-aliyun/v/stable.png)](https://packagist.org/packages/larva/laravel-aliyun)
[![Total Downloads](https://poser.pugx.org/larva/laravel-aliyun/downloads.png)](https://packagist.org/packages/larva/laravel-aliyun)

## 环境需求

- PHP >= 8.0.2

## Installation

```bash
composer require larva/laravel-aliyun -vv
```

## for Laravel

This service provider must be registered.

```php
// config/app.php

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