Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Comments

@xtecpk
Copy link

xtecpk commented Mar 11, 2024

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

@sbaum2s
Copy link

sbaum2s commented Mar 28, 2024

Since the actual package isnt being installed via composer anymore, you need to go the /config/app.php file and remove following line

Intervention\Image\ImageServiceProvider::class,

@moulayghaitaoui
Copy link

Error maximun exeution of 60 seconds exceeded after remove following line

Intervention\Image\ImageServiceProvider::class,

@sbaum2s
Copy link

sbaum2s commented Aug 19, 2024

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.

@sbaum2s
Copy link

sbaum2s commented Aug 19, 2024

I just pulled the latest version and set it up from ground and actually it works. So this issue should be solved.

@Asega-bryan07
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants