May 23, 2017 | No Comments | Programming | laravel PHP validation
This is small article helper for those who need example of Laravel Custom Validation. Suppose we want validate if user entered valid youtube link in field. We won’t check it with API, just simple regex.
June 14, 2016 | No Comments | Programming | angularjs http validation
Suppose we want to validate our forms on server side and handle it properly on client side. We can do this using AngularJs and http interceptors.
Let’s take a look on interested http status from Http extension for WebDav.