Posts by Lucas Caminha • 39 points
2 posts
-
-1
votes1
answer1474
viewsA: Laravel Notfoundhttpexception
Friend, I was with the same problem and I managed to solve, follow the following steps: Before creating the Controlle set the namespace of your project. To change the default "namespace" of the…
-
4
votes2
answers1084
viewsQ: Read a "value" inside a "<select></select>"
How to read the values of a <select></select> using HTML5 + Javascript? Ex: <select name="tAtividades" id="cAtividades"> <option value="0" selected="selected">Selecione o…