Posts by Jonatas Lima • 43 points
4 posts
-
0
votes0
answers1744
viewsQ: Axios.Create by changing http baseurl to https
Good afternoon. I have the following code in a study project on Reactjs that I am using Axios for requests. import axios from 'axios'; var url = 'http://site3.htempurl.com'; const api =…
-
0
votes1
answer36
viewsQ: Menu with Hover showing an image opening
Good. Someone has some reusable example of a menu similar to this site: www.boali.com.br Or you could direct me so I can do it?
-
1
votes2
answers451
viewsA: Eloquent save() method does not work
In view, when marking the animal as "adopted", one modal was displayed asking for confirmation. After removing the modal from the view, save() worked normally. The question I’m left with is: why?…
-
3
votes2
answers451
viewsQ: Eloquent save() method does not work
When I try to use the method save() eloquent-Variable 5.1, in the manner requesting the documentation, the update is not made in the bank. This is how you ask for documentation: $flight =…