Posts by Horacio J. • 13 points
10 posts
-
-1
votes1
answer89
viewsQ: class call error
Good morning to all!! Guys, I’m going back to dealing with pure php and I came across a mistake half beast, but I’m not knowing how to solve...the error is : C:\xampp\htdocs\PDO\index.php:5 Stack…
-
0
votes1
answer29
viewsQ: different font abandon on the web
Morning all right with you? Next... I downloaded and installed the Abandon font and in photoshop it looks great, then, I launched in html with the command @font-face { font-family: abandon; src:…
-
-1
votes1
answer44
viewsQ: Woocommerce api does not connect
Good morning to all!! Guys, I installed Woocommerce on localhost and I want to study its api...I went there, generated the keys and I’m calling the api like this:…
-
0
votes1
answer82
viewsQ: middleware redirecting to login screen
good afternoon everyone! I have the route below: Route::get('produtos', 'ProdutosControlador@index')->middleware('auth:api'); well it happens that using Postman I am trying to access and for any…
-
-1
votes1
answer266
viewsQ: call authenticated Laravel api
Good morning, all right? I am reading an api (which can only be accessed with user authentication) done in the Standard. To consume this data, I am using jquery/ajax. I know I need to send a token…
-
1
votes1
answer248
viewsQ: Where are the log-in routes in the Laravel?
I registered some authenticated routes (I already have the authentication pages created with the make:auth) and they work right, every time I try to access these routes in an anonymous tab it falls…
-
0
votes0
answers275
viewsQ: Method Illuminate Database Eloquent Collection::emails does not exist
I’m trying to use "Sync" to feed a table that relates email to a person’s registration. This table I created and intend to feed contains the registration id and email id. To feed it, I will use the…
-
0
votes1
answer64
viewsQ: pwa sites work on iphone as on android?
Good night to you all!!! My question is the following: sites made with PWA work the same way on iphone and ipad, as on android? some change is needed for iphone? Thank you for your attention!!!…
-
-1
votes1
answer361
viewsQ: google ads conversion code
Good afternoon to all!! All right? i created a google ads conversion tag, which should be triggered by clicking on the Whatsapp link on my site, but I’m not able to install correctly on the trigger,…
-
0
votes1
answer48
viewsQ: Why is jquery returning repeating information?
I’m using the command $("div").delegate( ".btnAcessoAtividade", "click", function() { var id = $(this).attr('id'); window.localStorage.setItem("id",id); console.log( $(this) );…