James Ratcliffe
James Ratcliffe
@imacrayon Thanks. I've seen awkwarder ;). It would be good to have more information about this in the Readme.
It looks like you need to specify a route to handle the error. The Saml2Controller redirect if there's a SAML2 error: `return redirect(config('saml2.errorRoute'));` You have to set the `SAML2_ERROR_URL` env...
In addition to the other 2 solutions, you can also set `SAML2_LOGIN_URL` in your environment or add a default for `loginRoute` in the config file. These would apply for all...
I'm getting the same error. macOS 10.14.1, VSCode 1.29.1. As a workaround, I was able to disable the cache in my config file: ```php
I don't know much about VS Code extensions. Unless getArgs() isn't working for some reason, it looks like removing [lines 35-37](https://github.com/calebporzio/simple-php-cs-fixer/blob/676715507bfbab0a997af6b5715d5e1103f58774/extension.js#L35) would turn off caching always. For some reason, the...