Nils

Results 12 comments of Nils

> I guess this issue can be closed already as it seems like lorempixel works already without downtime issues. Would be great to change the provider on the fly just...

any updates on your issue?

Same Issue here with Livewire Pagination and the package: ``` livewire/livewire v2.3.6 genealabs/laravel-model-caching 0.11.1 laravel/framework v8.22.0 ```

I created a sh script that replaces the relative url with an absolute url after generating the package lists ``` cd satisfy && /opt/plesk/php/7.1/bin/php bin/satis build satis.json web \; cd...

Did anybody found a workaround?

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`… ```php Livewire::setUpdateRoute(function ($handle) { return Route::post('/livewire/update', $handle); }); ``` … and put it in the...

I'm running into following issue with `LazilyRefreshDatabase::class`: ` SQLSTATE[42000]: Syntax error or access violation: 1305 SAVEPOINT trans2 does not exist` After adding `->databaseTransaction(false)` to my `CreateAction::make` my test works fine.

Same on iPhone Xs (iOS 14.4.2) https://user-images.githubusercontent.com/695449/115265004-1a36bc00-a137-11eb-8edd-41bb2a4956b0.MP4

Yes, I can confirm. It works on iPad Safari and iPhone Safari. Perfect!