Alan Colant
Alan Colant
I think I have a problem with the use of external libraries. I need the govips library. But each `xcaddy run` or `xcaddy build` command fails with this error: ```...
Correction find schema when prefix contains parameters ## Summary I add the ability to set custom parameters to route prefix, like: ```php 'prefix' => 'graphql/{game_slug}', ``` This fix use $request->route()->uri()...
This pull request fixes a bug that prevents the import of attributes marked as `localizable` but with `scopable=false.` This issue leads to the creation of columns in the temporary table...