Dries Vints
Dries Vints
:information_source: The base `Controller` class has been marked as `abstract` in Laravel 11, with its traits and inheritance removed. This is to prevent using this base controller directly and to...
:warning: Laravel 11 has removed its dependency on `doctrine/dbal`. Shift detected your project contains this dependency. If you are not using this package directly or were only using it for...
:information_source: Laravel 11 now updates the timestamp when publishing vendor migrations. This may cause problems in existing applications when these migrations were previously published and ran with their default timestamp....
:warning: Previously, Laravel would append a colon (`:`) to any cache key prefix for DynamoDB, Memcache, or Redis. Laravel 11 no longer appends a colon to your cache key prefix....
:warning: Many of the default drivers changed in Laravel 11. For example, the default database driver is `sqlite` and the default cache store is `database`. If you experience errors setting...
:information_source: All of the underlying Symfony components used by Laravel have been upgraded to Symfony 7.0. Shift detected references to Symfony classes within your application. These are most likely type...
:warning: Laravel 11 now includes a database driver for MariaDB. Previously the MySQL driver offered parity with MariaDB. However, with MariaDB 10.1, there are more database specific features available. If...
:tada: Congratulations, you're now running the latest version of Laravel! Next, you may optionally run the following _Shifts_ to ensure your application is fully upgraded, adopts the latest Laravel conventions,...
@alphaolomi amazing. Can you send in a PR with that? Thanks!
preferable merge