Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/larvatecn/laravel-aliyun
- Owner: larvatecn
- License: mit
- Created: 2021-02-22T13:08:18.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-10-30T03:15:17.000Z (about 1 year ago)
- Last Synced: 2024-04-18T13:44:34.459Z (8 months ago)
- Topics: aliyun, laravel, php
- Language: PHP
- Homepage:
- Size: 47.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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,
];
```