Today, we are share with you how to implement firebase phone authentication with invisible reCaptcha with custome UI in your laravel application.
Many developer need to built firebase phone auth wi...
In this article, I will share with you how to implement validation required if another field is empty.
we all know laravel provide a very large validation rule in by-default and it's make our w...
Use the PHP str_replace() Function
You can simply use the PHP str_replace() function to strip or remove all spaces inside a string.
Let's take a look at the following example to see how it a...
Use the jQuery $.each() Function
You can use the jQuery $.each() function to easily populate a select box (dropdown list) using the values from a JavaScript object. The $.each() function...
You have already known how loops in any programming language works. Every programming language has few loops like for loops and while loops. In PHP, there are four loops for loop, while loop, do...whi...