vibonacci

Results 14 comments of vibonacci

@quanghuybest2k2 You're disabling the CRSF checks for all API routes. That is NOT recommended. CSRF tokens are important if API calls are made from browser/web.

https://vee-validate.logaretm.com/v4/api/configuration#updating-the-config As mentioned in the docs I linked at the tip on the bottom, the configure() only works if you use the VeeValidate Vue components. It doesn't offer a solution,...

Could somebody please review and merge? New Laravel devs cannot use this as they start with Laravel 11 and will be forced to make their own Model files: 1 for...