Posts by Heliezer Garcia • 1 point
4 posts
-
-2
votes3
answers5839
viewsA: Namespace declaration statement has to be the very first statement or after any declare call in the script
Some cases I already picked was just space at the beginning of the example file. By removing this space at the beginning of the file before the php abetura tag the problem has been solved.…
-
-2
votes1
answer73
viewsQ: Laravel Create composite key for pivot table?
I would like to know how it is possible to perform validation in the 6.x Standard for composite keys ? I am wanting to insert new data a pivot table that has many link to many with two other tables.…
-
0
votes1
answer79
viewsA: Many Relationship for Many Laravel - For each Blade
I changed the approach and created a query in the controler through the method DB::table Listtechniquescontroller to display the data I would like that is the field cm of the table…
-
0
votes1
answer79
viewsQ: Many Relationship for Many Laravel - For each Blade
I’m starting at the Laravel. I have the following problem. I have three tables with relationship N:N. ctrl_cm_tecnicos ctrl_lista_tecnicos acl_lista_tecnicos The tables relate as follows. I have a…