Posts by Leonardo Santos • 63 points
3 posts
-
0
votes0
answers159
viewsQ: Angular 4 + Laravel 5 Error: The Resource you are Looking for has been Removed, had its name changed, or is temporarily unavailable
I have a project in which I am using Angular 4 and Laravel 5. Locally it is working locally but when I go up in production (I’m using Azure as a server) it doesn’t work properly. I have a…
-
2
votes2
answers454
viewsQ: Inserting index and value into a two-dimensional array
I have a two-dimensional array (it contains data from the database). To go through this data, I use a foreach(). I need to add an index and a value to that index at the end of each foreach…
-
4
votes1
answer107
viewsQ: How to search data from a third table based on the associative table
To put it in context: I have a table called principal and another called school. There are schools that directors who are registered with the name of the school. In this case, these schools are…