You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to update , install project using composer update , composer install and getting one same error Class "Intervention\Image\ImageServiceProvider" not found
#108
Open
xtecpk opened this issue
Mar 11, 2024
· 5 comments
Error maximun exeution of 60 seconds exceeded after remove following line
Intervention\Image\ImageServiceProvider::class,
Try to tag me or so because else github does not notify me. Back to topic: try to delete vendor and node_modules folder and run the install commands again. If that does not work, provide me all steps to reproduce your issue...because as of now the project works on my end.
Error maximun exeution of 60 seconds exceeded after remove following line
Intervention\Image\ImageServiceProvider::class,
The error is most likely to be from vendor. Remove it and install it again. I also noticed some typos in the migrations, so go through each migration file check "nullalbe" instead of nullable
In ProviderRepository.php line 206:
Class "Intervention\Image\ImageServiceProvider" not found
Script @php artisan package:discover --ansi handling the post-autoload-dump event returned with error code 1
The text was updated successfully, but these errors were encountered: