Skip to content

Conversation

k-ek
Copy link

@k-ek k-ek commented Jun 7, 2025

The current installation gives a Class 'App\Manipulations' not found on image uploads in profile.
This is due Spatie\Image\Manipulations has been deprecated in v3

v2: ->fit(Manipulations::FIT_FILL, 500, 300)

v3: ->fit(Fit::Fill, 500, 300)

-fix duplicate SESSION_DOMAIN in .env.example
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.

1 participant