composer require as247/flysystem-alistuse As247\Flysystem\AList\AListAdapter;
use League\Flysystem\Filesystem;
$adapter = new AListAdapter('https://your-alist-url.com', [
'token'=>'your-token',
'root'=>'/root_path'
]);
$filesystem = new Filesystem($adapter);