Pedro Cunha
Pedro Cunha
:information_source: To slim down the Laravel installation, Laravel 11 no longer has most of the core files previously included in the default Laravel application. While you are welcome to publish...
:information_source: Laravel 11 no longer requires you to maintain the default configuration files. Your configuration [now merges with framework defaults](https://laravel-news.com/laravel11-streamlined-configs). Shift [streamlined your configuration files](https://github.com/TechnicPack/TechnicSolder/pull/719/commits/647b6e3ff661eba15b9806cf5e7fde3349d1ef30?w=1) by removing options that matched...
:information_source: Shift detected customized options within your configuration files which may be set with an `ENV` variable. To help keep your configuration files streamlined, you may set the following variables....
:warning: The `BROADCAST_DRIVER`, `CACHE_DRIVER`, and `DATABASE_URL` environment variables were renamed in Laravel 11 to `BROADCAST_CONNECTION`, `CACHE_STORE`, and `DB_URL`, respectively. Shift [automated this change](https://github.com/TechnicPack/TechnicSolder/pull/719/commits/53bdaa17c8797b9f432f1c6fe378f922b099d029?w=1) for your committed files, but you should...
:x: Shift detected you are using `laravelcollective/html`. This package has been abandoned. They suggest using the `spatie/laravel-html` package instead. You may use Shift's [HTML Converter](https://laravelshift.com/convert-laravelcollective-html-to-spatie-laravel-html) to automate this conversion. However,...
:information_source: Shift [updated your dependencies](https://github.com/TechnicPack/TechnicSolder/pull/719/commits/a954f3286879f6035899b5835fc1e17a1c2ed0c7?w=1) for Laravel 11. While many of the popular packages are reviewed, you may have to update additional packages in order for your application to be...
:information_source: Shift detected your application has a test suite. To allow your to verify the upgrade in isolation, Shift did not bump your testing dependencies for PHPUnit 10. Once you...
:information_source: Starting with Laravel 10, PHP type hints were added within classes included in a Laravel application. In an effort to modernize your code, Shift [automated this change](https://github.com/TechnicPack/TechnicSolder/pull/719/commits/5a0e6e2a213ce94b0c955a17fa4bda1ea62c0c83?w=1) where Laravel...
: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...