Igor Moraes
Igor Moraes
Does this feature work with Jetbrains at all? I can't make it work on PHPStorm.
I'm also with the same issue. Any luck here?
I managed to fix it by creating a custom bodyParameter strategy: `GetFromFormRequestExtended`: ```php use Illuminate\Foundation\Http\FormRequest as LaravelFormRequest; use Illuminate\Routing\Route; use Knuckles\Camel\Extraction\ExtractedEndpointData; use Knuckles\Scribe\Extracting\Shared\UrlParamsNormalizer; use Knuckles\Scribe\Extracting\Strategies\BodyParameters\GetFromFormRequest; use Knuckles\Scribe\Tools\Globals; class GetFromFormRequestExtended extends...
I'm also facing the same issue using PHP 8.2 ------ **OS**: darwin **Invoker Version**: 2.12.0 **Laravel Version**: 10.1.5 **Local project**: true **PHP Binary**: /opt/homebrew/bin/php **Route**: /enlightn?project=local-9G2x7fHQNwm5msW51FYxM1 **Error**: ``` SyntaxError: Unexpected...
I'm also facing the same issue. Any updates on this one?