afosto / yaac

Yet another ACME client: a decoupled LetsEncrypt client
Other
219 stars 85 forks source link

Class 'League\\Flysystem\\Adapter\\Local' not found #42

Closed mateuszjarzewski closed 3 years ago

mateuszjarzewski commented 3 years ago

Class 'League\Flysystem\Adapter\Local' not found

I got this error when trying to run code from here: https://github.com/afosto/yaac#instantiate-the-client

Can someone help me to solve it?

bakkerpeter commented 3 years ago

composer install and then including the autloader would help require_once "vendor/autoload.php";