Dries Vints

Results 759 comments of Dries Vints

Seems to have been resolved since.

Was thinking about also adding it as an option when banning users to do it all in one go.

@iam-subho @franbarbalopez tackled this one 👍

: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: The application bootstrapping has changed in Laravel 11. As a result, files like `artisan` and `public/index.php` were rewritten. Shift [overwrote these files](https://github.com/laravelio/paste.laravel.io/pull/189/commits/e90609b4c70654d1a8294b28514e42bfe0f3c0bd?w=1) but detected yours may have contained customizations....

: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/laravelio/paste.laravel.io/pull/189/commits/cecf78ea077147caeab93aabd6d970d6c672a5ed?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/laravelio/paste.laravel.io/pull/189/commits/1d53aeb593b748cabe0f96d8788d119db0013104?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/laravelio/paste.laravel.io/pull/189/commits/21568e4845a2327908d00a83bd285cd54a51f77e?w=1), but detected it may have...

:information_source: Shift [updated your dependencies](https://github.com/laravelio/paste.laravel.io/pull/189/commits/36ab0a814ddfa39df99cf7cf1f64e3a9a9008e1f?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...