PHP code example of ifelsend / aliyun-oss-adapter
1. Go to this page and download the library: Download ifelsend/aliyun-oss-adapter library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
ifelsend / aliyun-oss-adapter example snippets
use Storage;
//...
Strorage::[everything in doc]
bash
// config/app.php
'providers' => [
...,
Aobo\OSS\AliyunOssFilesystemServiceProvider::class,
];