docs
docs copied to clipboard
A way to disable CSRF protection
Add the following to the URL group or route you need to remove CSRF protection from:
->disableMiddleware(CsrfMiddleware::class)