tighten / onramp

Easing the onramp for new or non-PHP developers to become Laravel devs.
https://onramp.dev/
MIT License
157 stars 56 forks source link

Laravel 9 Mid-Shift #494

Closed mattstauffer closed 1 year ago

mattstauffer commented 1 year ago

This pull request includes recent changes to Laravel core files. Although some of these changes may be considered optional, they may be required to you use recent additions - such as exception log levels, UUID and ULID support, Precognition, and more.

Since Laravel has moved to an annual release cycle, these changes may reach a critical mass. When they do, you will receive this automated pull request as part of your Shifty Plan.

Before merging, you need to:

If you would like more detail you may view the full changes. You may also review the Shifty Bits Newsletter for Laravel release highlights.

mattstauffer commented 1 year ago

:x: Shift was not able to automate some of the changes to core Laravel files. You should compare the following files against their latest Laravel 9 versions and merge any changes:

mattstauffer commented 1 year ago

:warning: Laravel 9 added the lang/en.json file and removed it a following release. Shift detected this file differs from the Laravel defaults and did not remove it. You should review the customizations and remove this file as it is no longer used by Laravel.

mattstauffer commented 1 year ago

:warning: Shift was not able to automate some of the changes to configuration files. You should compare the following files against their latest Laravel 9 versions and merge any changes:

mattstauffer commented 1 year ago

:information_source: Shift updated your dependencies with the latest constraints from Laravel 9. While many of the popular packages are also reviewed, you may have to update some packages. Watch dealing with dependencies for tips on handling any package incompatibilities.

mattstauffer commented 1 year ago

:information_source: Laravel 9 now uses Vite to build frontend assets. While you may continue to use Laravel Mix, it is no longer the default. If you wish to modernize your application to use Vite, you may run the Vite Converter for free.