Eser DENIZ
Eser DENIZ
I tried this commit and it works perfectly! Thanks.
Hi! I have the same problem and I confirm this fix works. To try it, put this on your composer.json ```json "repositories": [ { "type": "vcs", "url": "https://github.com/Johannes-Werbrouck/torchlight-laravel" } ],...
We should probably update https://github.com/torchlight-api/torchlight-laravel/blob/main/.github/workflows/tests.yml To have Livewire as a matrix too.
hello! I also have trouble returning the correct Response data and Status code together. - If I use `@response` I have the correct return value but the wrong status code...
Thanks @romalytvynenko ! Tried but one last thing: - With status and body: works great! - Without any comment: still not wrapper into `data`
Thanks for your answers! I'm already on the discord but I'm only opening Discord when someone needs me there. I will join the vocal channel when I reopen this PR....
Hi @brendt 🙂, I tried with the suggested approach and resolved the comment issue but this came with a lot more complexity. 1. For every pattern I have to make...
Unfortunately not, it's slightly worse. This $quoted example is to match Operators like "=>" so it will need to catch more than whitespace and in this example, it will only...
No worries, I knew from the beginning that it was not an easy one 😄 So I go back to injecting AntlersTagLanguage() next to AntlersPhpInjection() and AntlersEchoInjection(), but this time...