Chris McGee
Chris McGee
I would love to customize this in our Vue.js+inertia Laravel app. However, I see that the Vue files published with `vendor:publish` are using the Options API rather than the Composition...
### Versions: - laravel-modules Version: 12.0.4 - Laravel Version: 12.25 - PHP Version: 8.4 - PHPStan Version: 2.1.22 - Larastan: 3.6.1 - Rector: 2.1.4 - Laravel Rector: 2.0.6 ### Description:...
A couple of our unit tests require calling `Request::create()` to function as intended. This `RequestStaticValidateToInjectRector` rule should never be applied to them since test methods cannot receive injected parameters. Here...