Paul Menheere
Paul Menheere
Was issue created at laravel/framework ?
No, what I meant to say was. Was an issue logged with Laravel about this issue. Something like `'Can use invokable classes without extending it with Controller'` or `how to...
I've done some debugging on my own. My conclusions 1. Middleware will be detected with/without the `extends Controller` or `implements hasMiddleware` 2. using the current `__invoke` method will fail the...
And I was so proud for finding this. Anyway, for some reason with the laravel 9.35 the route paramters in `asController` don't work anymore
Hi Louis-kevin, I've run in the same problem as you, and is most likely by design workaround for this is: ```ts const externalServerValidation = () => true const rules =...
you can easily do this yourself by using the env variables `DL_LINK=https://github.com/5etools-mirror-3/5etools-src.git`