Posts by Rodrigo_Brzoski • 53 points
2 posts
-
1
votes2
answers1228
viewsA: Project Deploy on Laravel 5.4 on Umbler
Just scroll down a directory level so your index.php can be located. You left public/public/index.php
-
4
votes1
answer391
viewsQ: Jquery + Angular form do not pass an input value
I’m doing a post with Angular. It works normal when I manually type the values in the form, but it gets a value via jQuery $("#id_veiculo").val(valores02.id); and this value appears correctly, but…