solventt
solventt
For example, there are validation rules for the email field: ```'email' => 'required|string|email|unique:emails,email'``` This way causes that only the message of the 'email' rule to be always shown whatever rule...
When I launch functional tests I don't need exception trace log output because Its huge. I want to see only an exception type, code, message, file and line. So I...
In the documentation you refer to [OWASP](https://cheatsheetseries.owasp.org/cheatsheets/Cross-Site_Request_Forgery_Prevention_Cheat_Sheet.html): now only `Synchronizer Token Pattern` and `Double Submit Cookie` are actual there. `HMAC Based Token Pattern` and `Encryption based Token Pattern` were removed....