Closed mateuszjarzewski closed 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?
composer install and then including the autloader would help require_once "vendor/autoload.php";
composer install
require_once "vendor/autoload.php";
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?