Posts by Linton Junior • 92 points
9 posts
-
0
votes1
answer270
viewsQ: Dynamic Input, Laravel, JS
Hello, I’m trying to make a dynamic input, consists of a button that you add two fields at once, a text and a file, but I need to persist this in the database, I think I need to make the input Names…
-
0
votes1
answer142
viewsQ: Hide and show according to button ID
Guys, I have a Jquery, JS problem I have a set of buttons with the initials of each name, I would like to make them appear with your Ivs when clicking and when click on another disappear the…
-
2
votes2
answers714
viewsQ: Return relationship data and generate PDF in Laravel/Dompdf
Hello, I have a problem and I found a part of the solution here, I am dealing with it in a different way in another question, but I decided to test a way that I saw here of the user Vigilio on…
-
0
votes1
answer559
viewsQ: PDF in Laravel returning selected View
Hello, I am using Dompdf to try to return a pdf report, but every time I call the view it is loading as if it were in an infinite loop and nothing happens. Follows my code Cursocontroller.php public…
-
0
votes2
answers281
viewsQ: Retouch several items of a relation - Laravel
I’m having a little problem, I have a relationship of course and student in the system. I created a show function in the controller and wanted to make sure that when clicking on the details it…
-
1
votes2
answers681
viewsA: Error: Trying to get a Property of non-object
<select id="cbx_status" class="form-control" name="propostas"> @foreach($propostas as $p) <option @if($p->status->situacao->id == $p->status->situacao->id) selected @endif…
-
0
votes1
answer364
viewsA: Error creating new Laravel project
You need to release in the proxy "https://packagist.org/packages.json" If it is in the modem you enter it and put the url base in the allowed ones, now if the proxy is on a server or you need to…
-
2
votes1
answer923
viewsQ: Select with Laravel foreign key
Hello, I managed to solve a foreign key problem just now and came across a second, I have no idea how to recover in a select in the view the data from another table. If anyone could give me a simple…
-
1
votes1
answer1800
viewsQ: Help with error Trying to get Property of non-object Laravel
I have a relationship, where I try to get the name of a teacher, I can return his id, but when I try to return the name it gives me the message Trying to get Property of non-object My code is like…