Günther Debrauwer
Günther Debrauwer
When I try to run the `/opt/homebrew/bin/wallpaper set "..."` command in a "run shell script" step of a shortcut, nothing happens. It does not give an error, but the wallpaper...
- Add introduction to HATEOAS concept - Improve introduction that tells how this package works - Improve general example on how to use this package - Document all customization options
Possibly related to / same issue as https://github.com/livewire/livewire/pull/7843
Failing test for https://github.com/livewire/livewire/discussions/7815 (and possibly also https://github.com/livewire/livewire/discussions/7475)
Fixes https://github.com/laravel/framework/issues/48964. I have a package that uses Vite to build assets. When the package is installed in a project, you run the `vendor:publish` command to publish those assets. You...
Fixes https://github.com/spatie/nova-translatable/issues/92 / deprecation warning in PHP 8.3
In a project that runs on 2 domains, I had an issue where the log-viewer API calls failed and caused an 'this action is unauthorized' on the secondary domain. After...
## Multidrag: 🚫 - Does not work when the draggable items contain Livewire component(s). - Sortablejs removes all elements except one from the DOM when dragging multiple elements. When the...
If I execute an API call without a request body ```php $this->patchJson('/pets')->assertValidRequest(); ``` and my OpenAPI file says the request can contain an object (none of the properties are required),...
I noticed the `laravel-http-sender` package is being sunset, but I still want requests/responses to be logged in Telescope. Then I discovered this is possible with the following package: https://github.com/huzaifaarain/telescope-guzzle-watcher/tree/main The...