Kevin McGahey
Kevin McGahey
@MichalisDBA Thank you for the report! We will investigate this further. This is on Cent and Fedora specific OS. As a temporary workaround we can confirm this issue does not...
: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...
:warning: Shift detected a custom namespace. Laravel now recommends keeping the default `App` namespace. Unfortunately the `app:name` command was removed in Laravel 6.0. However, for the most part you may...
:information_source: Laravel 9 moved the `resources/lang` folder to the top level of the project. While Shift [automated this change](https://github.com/dreamfactorysoftware/dreamfactory/pull/523/commits/b9fa1c14b0a281455822a3483f4724cdfd785f70?w=1), you may have additional references to the previous folder which need...
:information_source: Starting with Laravel 10, the `lang` folder is no longer included in a default Laravel application. Laravel now recursively merges any customizations with framework defaults. Shift [streamlined your language...
: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/dreamfactorysoftware/dreamfactory/pull/523/commits/69516809f06e21511c2f0be9934b799583d3cd66?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....
:information_source: Shift detected your application uses custom `ENV` variables for configuration options which have `ENV` variables in Laravel. Shift recommends renaming the following variables to use the one provided by...
: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/dreamfactorysoftware/dreamfactory/pull/523/commits/f8e5bef60ec4c954640f519e73996a98e8bca5e7?w=1) for your committed files, but you should...
:x: The `bootstrap/app.php` file has been completely rewritten in Laravel 11 to allow configuring your Laravel application in a single location. Shift [overwrote your file](https://github.com/dreamfactorysoftware/dreamfactory/pull/523/commits/34953e45d8b7d3c8a766bf326bad1f4e39ef7cfc?w=1), but detected it may have...