-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed as not planned
Description
Versions:
- ide-helper Version: 2.8.x-dev
- Lumen Version: 8.2.1
- PHP Version: 7.4.4
Description:
Generate fails due to a dependency on League\Flysystem\Local. league/flysystem is installed but the class doesn't seem to exist.
Steps To Reproduce:
php artisan ide-helper:generate
Error shown:
In FilesystemManager.php line 164:
Class 'League\Flysystem\Adapter\Local' not found
radu-econsult, Uplink03 and summerKKmaxddev, nurkartiko and Eloi-TB