Posts by Deyvisson Lopes Alves • 26 points
2 posts
- 
		0 votes1 answer186 viewsA: How to check if the email already exists in "real time"? LaravelHey, buddy. All right? So come on. Javascript code <script> var route = "/verify/email"; var email = document.getElementById("email").value; var data = { "email": email }; axios.post(route,… laravelanswered Deyvisson Lopes Alves 26
- 
		0 votes2 answers117 viewsA: Concatenate more values into a value of an input in the Blade formHello, all right? So, friend, you can also concatenate using another allowed form within Laravel. If you use this framework. <input type="hidden" name="produto" value="A descrição do produto é…