Radu Vasile Catalin
Radu Vasile Catalin
If I use `func_get_args` inside a function `SlevomatCodingStandard.Functions.UnusedParameter.UnusedParameter` will return an error. I get why, but I think it should be an exception in this case. if `func_get_args` is used,...
The title. It will be so much helpful to have it already build in
If you have a pluralized string in Laravel, you won't be able to use it with i18next pluralization. If you try to ".t" that string, you will only get the...
### Version: - `@inertiajs/vue3` version: 1.0.11/3.3.4 ### Describe the problem: Inertia does not open a new tab when i use the mouse middle click
My problem was discussed here: #63 and this should fix it. I created a new MustBeApprovedFactory trait that is required on any factory for this: ``` FakeModel::factory()->withoutApproval()->create() ``` to work.