arborrow / montserrat

A retreat management application written in Laravel
12 stars 4 forks source link

Migrate to `spatie/laravel-html` #554

Closed arborrow closed 5 months ago

arborrow commented 6 months ago

This pull request includes the changes for migrating from the laravelcollective/html package to the spatie/laravel-html package. Feel free to commit any additional changes to the shift-107204 branch.

Before merging, you need to:

If you need help with your migration, check out the Human Shifts.

arborrow commented 6 months ago

:x: Shift found remaining references to the Form and Html facades provided by the laravelcollective/html package. You should review these references and manually convert them to their spatie/laravel-html equivalent or raw HTML to complete your migration.

arborrow commented 6 months ago

:alembic: This Shift is still being refined. Please report any issues or suggestions to shift@laravelshift.com. Your feedback is what helps improve the experience for everyone.

arborrow commented 6 months ago

See #557 for details about resolving Form::image

arborrow commented 5 months ago

re-running shift to test Form::image tweaks