PHP code example of xiaohuilam / laravel-flysystem-wantu
1. Go to this page and download the library: Download xiaohuilam/laravel-flysystem-wantu 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/ */
xiaohuilam / laravel-flysystem-wantu example snippets
return [
'providers' => [
//其他的provider,你需要在下面添加 ...
\XiaohuiLam\LaravelFilesystem\Wantu\WantuFileServiceProvider::class,
],
];