Julius Kiekbusch
Julius Kiekbusch
You can update your livewire config: 1. Publish the config using `php artisan livewire:publish` 2. Edit `config/livewire.php` ```php return [ // ... 'middleware_group' => ['web', 'throttle:5,1'], // ... ]; ```...
The throttling should be applied to the `/livewire` endpoint. Otherwise the following authorization example would be meaningless: https://laravel-livewire.com/docs/2.x/authorization You could make a feature request on https://github.com/livewire/livewire for middleware for components....
@driesvints I am sorry, no Swoole expert here, maybe somebody with knowledge about Swoole and Octane can take a look and fix it. (Error is unrelated to these changes)
The images for `images do not load` show that the arrows are not aligned. (I like the new design)
@driesvints and @taylorotwell will this be considered for Laravel 11? (Needs rebasing and fixing conflicts, not sure if much was added to both classes during Laravel 10) Maybe as a...
I am also in Favour of Dropping MySQL 5.7, one of the reasons it the problem with the database collations for MySQL, which are also currently being discussed. MySQL 8...
> Different supported collations is a week argument. We could just make the default skeleton use `utf8mb4_0900_ai_ci`, and if people wanna change it to `utf8mb4_unicode_ci`, they can. I think some/many...
This seems to be fixed in laravel/framework v11.8.0. Not exactly sure where it was fixed, probably related PR in the framework: https://github.com/laravel/framework/pull/51450
Should be, as it describes the same issue. (Probably best to wait for confirmation from other people)
@driesvints I am also in favour of a nightly build, instead of running the tests on each PR. Note: A quick search showed that MySQL, Postgres and MSSQL not really...