Posts by Helio • 97 points
7 posts
-
1
votes1
answer1648
viewsQ: Example of importing XML using Lavarel
Does anyone have a clear example to import XML using Laravel Parser or Simplexml ...? I have a scenario where I have to import an XML from an external system that contains various information…
-
1
votes1
answer873
viewsQ: Eloquent: relationships between blog tables
Someone would have a practical example of using relationships in Eloquent as follows: I have a blog with several categories, in these categories I will have several Posts, as I do to display a…
-
2
votes2
answers820
viewsQ: An application for multiple customers with Laravel
I’m creating a multi-client web application project using Laravel. In my project this application would have several databases, one for each customer. Searching the internet, I saw that with the…
-
-1
votes1
answer58
viewsQ: Dynamically consult data
I have a question: I have a query in the database made in PHP that returns numbers that are updated to each request I make when accessing the browser. When I give F5, the data is updated and see…
-
0
votes1
answer2613
viewsQ: Query and download Nfe
I am wanting to make a program to query and download from NF-e and would like to know which Web Services I would connect to get my application running.
-
1
votes2
answers300
viewsQ: Get link position in a menu using jQuery
I’m trying to get the position of the links in a menu and I’m not getting <nav class="menu"> <ul class="nav"> <!-- <span><a href=""><img src="cds.jgp" alt="Logo…
-
3
votes1
answer1713
viewsQ: Accentuation of files in directory reading
I created a simple reading of directories in PHP, but when I send files with accentuation, they appear with strange characters and then I cannot open these files. How to read the accent correctly?…