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

update project to laravel 8 get errors (Solve) #54

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Moemen-Gaballah
Copy link

update folklore/image replace app to container in File ImageManager
because laravel 8 remove $app
Manager $app Property
Likelihood Of Impact: Low

The previously deprecated $app property of the Illuminate\Support\Manager class has been removed. If you were relying on this property, you should use the $container property instead.

https://laravel.com/docs/8.x/upgrade#manager-app-property

update folklore/image replace app to container  in File ImageManager 
because laravel 8 remove $app
Manager $app Property
Likelihood Of Impact: Low

The previously deprecated $app property of the Illuminate\Support\Manager class has been removed. If you were relying on this property, you should use the $container property instead. 

https://laravel.com/docs/8.x/upgrade#manager-app-property
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

Successfully merging this pull request may close these issues.

None yet

1 participant