ragulka
ragulka
Mailcoach transactional API has a [`fake` option](https://www.mailcoach.app/api-documentation/endpoints/transactional-mails) to basically [trap the emails in mailcoach](https://www.mailcoach.app/features/fake-transactional-mails), but how can we use it in Laravel when sending emails?
## Feature Request When using custom patchers, there's currently no access to the fully resolved configuration, nor any of the utilities that PHP Scoper uses to determine if a function...
### What Happened The following used to work with Pest v2, but throws `ErrorException: Undefined array key "user"` in Pest v3 ```php it('demonstrates the issue', function (User $user, mixed $expectedResult)...
According to the VAT Act, [VAT rates in Estonia are 22%, 9%, 5% and 0%](https://www.emta.ee/en/business-client/taxes-and-payment/value-added-tax/vat-rates-and-supply-exempt-tax#:~:text=According%20to%20the%20VAT%20Act%2C,22%25%2C%209%25%2C%205%25%20and%200%25). The reduced rates [will rise from 5% to 9% and from 9% to 13% respectively](https://www.emta.ee/en/business-client/taxes-and-payment/value-added-tax#from-01012025),...
Allow using Combobox without auto-highlighting the first option when Combobox opens.
**What package within Headless UI are you using?** @headlessui/vue **What version of that package are you using?** v1.7.23 **What browser are you using?** N/A **Reproduction URL** https://codesandbox.io/p/devbox/dawn-monad-zw5mx4?workspaceId=729001e6-f0c3-47a5-9572-0e032ebb9055 Note: I don't...
Based on https://github.com/spatie/laravel-settings/pull/313#issuecomment-2829593696, this PR adds a config option to skip checking non-migrated default values when saving settings. ## Reasoning The idea is to allow using saving settings even if...
When using `'queues_are_tenant_aware_by_default' => true` and dispatching a job that _does have_ tenant context, _and_ this job fails, then retrying this job will result in an error: ``` Call to...
**✏️ Describe the bug** Validation rules referencing other field within a nested data inside an array or Illuminate\Support\Collection do not work. The validation rules only work when using the deprecated...
**✏️ Describe the bug** When a nested data object uses the `#[FromRouteParameter]` attribute for a property, and tries to access this property in the `ValidationContext` payload, it's empty (not injected...