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

Laravel version 11 upgrade #290

Merged
merged 15 commits into from
Apr 19, 2024
Merged

Conversation

zuzana-kunckova
Copy link
Contributor

This PR upgrades the Laravel framework version to 11.

  • it updates all composer dependencies and pulls in the latest version of the sendportal-core package
  • removes redundant packages
  • replaces Faker properties with Faker methods
  • replaces the $casts array property with a $casts method
  • upgrades Livewire to version 3
  • fixes a couple of failing tests
  • updates some env variables
  • uses a Laravel Shift Upgrade Checker to run some additional checks on the code base. The Checker applied Laravel coding styles across the code and suggested updating a few core files to reflect the most current version of these files (artisan, public/index.php).

@JonoB JonoB merged commit fc5c504 into mettle:master Apr 19, 2024
@zuzana-kunckova zuzana-kunckova deleted the laravel-upgrade branch April 24, 2024 16:41
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.

3 participants