Dennis van Dalen

Results 8 comments of Dennis van Dalen

@joshhanley I tried to write a test but I'm not familiar enough with the internals to write a decent test. Sorry

@joshhanley I've created a demo here: https://github.com/dennisvandalen/livewire-httpconnectionhandler-demo I actually found 2 cases where Livewire requests break when using [this package to do localization](https://github.com/mcamara/laravel-localization). One is when you don't have a...

@joshhanley anything else I can do here? A quick glance at the [documentation](https://laravel.com/api/9.x/Illuminate/Support/Str.html#method_replaceFirst) of `Str::replaceFirst` should make it clear that the current implementation is a typo and my 1 change...

Same here. Cache is broken. I does work without caching while adding the new `setUpdateRoute` method to the route group. ```php Route::group(['prefix' => LaravelLocalization::setLocale()], function () { // Your other...

I guess someone needs to review the caching meganism of this package. But I’m not sure how actively maintained it is, looking at the PRs that haven’t been merged or...

> Maybe I found a solution inspired by [this file](https://github.com/stancl/tenancy-docs/blob/577e8b66f4ef417ebffe957e5cc1b5b668d95124/source/docs/v3/integrations/livewire.blade.md?plain=1#L28). > > Remove this block from the `web.php`… > > ``` > Livewire::setUpdateRoute(function ($handle) { > return Route::post('/livewire/update', $handle); >...

Looking at the error you need to configure the AWS credentials for the `do` filesystem. `Storage::disk` indicates that the `do` filesystem is used ```php 'do' => [ 'driver' => 's3',...

> DO_ENDPOINT= xxx Depends on your region. For example: `https://nyc3.digitaloceanspaces.com` you can find this in your DO Spaces config