Pulkit Kathuria

Results 97 comments of Pulkit Kathuria

>There are suggestions to use PHPDoc annotations and collect information on them. For example, they are used by PHPStan and psalm. Needs to be looked into @kitloong and @kevincobain2000

Hi, thanks for reporting. Let me have a look. If I remove adding X-CSRF-TOKEN to headers when it's value is empty, would work for you?

Like this: https://github.com/rakutentech/laravel-request-docs/pull/68

Interesting. I don't think it is cors issue, but trusthosts or trust proxies issues, which you try to change it inside your project. ``` class TrustProxies extends Middleware { /**...

Thanks for the update buddy @jackkitley

Well, that is the correct behavior. The API docs are just like any other page. Once you are logged into your domain, the cookies for session etc are set by...

Closing for now....Good feature tho. Only open to pull req on this

Thanks for the suggestion. We can support PHPDoc annoatations.

Closing this issue, however added the link to the suggestion about PHPDoc annotations in #124