Posts by Carlos Alexandre R Ramos • 137 points
15 posts
-
-2
votes1
answer683
viewsQ: APK Ionic 3 Does not install
Good morning Galéra I’m having a problem, I can generate the apk with Ionic normally, but when installing on the phone, a message appears from the play store and says that it does not know the…
-
0
votes0
answers241
viewsQ: How to recover the tragos data in the api query in NODEJS
Good morning Galera. I am consuming an external api and am receiving the data as follows: { "place_id": "151508663", "licence": "Data © OpenStreetMap contributors, ODbL 1.0.…
-
0
votes1
answer52
viewsQ: How To Use Where IN in Query
How can I perform a query below with mysql in the: SELECT gps.positions.id, gps.positions.protocol, gps.positions.deviceid, gps.positions.servertime, gps.positions.devicetime, gps.positions.fixtime,…
-
1
votes2
answers242
viewsA: Consultations in Laravel
Thanks in advance for the help of all, we managed to solve in the following way: $ultimasPosicoes = PositionAll::selectRaw('MAX(positions.id), devices.name, positions.deviceid, positions.servertime,…
-
1
votes2
answers242
viewsQ: Consultations in Laravel
I’m trying to run a query on Laravel, in the terminal works perfectly, but when I insert in the Laravel, the same returns me empty, example: Consultation: SELECT MAX(positions.id), devices.name,…
-
1
votes1
answer382
viewsQ: Images disappear after build
I’m developing an APP in Ionic 3, put the images in the directory Assets/img/image.png and when I run Ionic Server in the lab, they appear normally, but when I build and install APK, all the images…
-
2
votes1
answer1104
viewsQ: How to set up remote database in Laravel 5.4
I am setting up bank in Laravel 5.4, but the same is hosted on another served, configured in Navicat is accessing normally, but Laravel does not connect. APP_NAME=Laravel APP_ENV=local…
-
2
votes1
answer102
viewsQ: Treatment of Arrays
Guys I’m getting an array: [{lat: "[{"area":"-22.88975203013098", lng: "-43.12695211119432,"},…] 0 : {lat: "[{"area":"-22.88975203013098", lng: "-43.12695211119432,"} 1 : {lat: "-22.88977179811704",…
phpasked Carlos Alexandre R Ramos 137 -
0
votes1
answer135
viewsQ: With Treat a string by transforming it into an array
I get a string from the bank that way: POLYGON((-22.886145457836463 -43.118764097835, -22.88643210096987 -43.118324215556555, -22.886694032959 -43.117846782351904, -22.886763222456636…
phpasked Carlos Alexandre R Ramos 137 -
1
votes2
answers434
viewsQ: Remove Orange Result Quotes 5.4
I’m getting a result via Request in the Laravel thus: "2,1", I need to remove double quotes of the result, because when I enter as parameter in the query the whereIn understands as a string instead…
-
1
votes2
answers1365
viewsQ: Consulta Laravel Eloquent
How to query below with Eloquent, in view of the fact that the Group By of error in the Eloquent. SELECT otimibus_gps.positions.id, otimibus_gps.positions.deviceid,…
laravel-eloquentasked Carlos Alexandre R Ramos 137 -
1
votes1
answer239
viewsQ: caption marker google maps
I use the cornford google googlmapper package of the Laravel where all intelligence is in the controller and then moves to the view via java script rendered, I need to insert caption in the map…
-
0
votes1
answer69
viewsQ: Laravel Controller?
How I can style an object into one array in the controller Laravel? Mapper::marker($marker['lat'], $marker['lng'],['label'=> "<div>".$marker['label']."</div>"]); Controller public…
-
-1
votes1
answer447
viewsQ: How to transform string into array
I get a result that way: "POLYGON((-22.886145457836463 -43.118764097835, -22.88643210096987 -43.118324215556555, -22.886694032959 -43.117846782351904, -22.886763222456636 -43.11767512097))" I need…
phpasked Carlos Alexandre R Ramos 137 -
0
votes0
answers91
viewsQ: How to Work with more than one Laravel Table
Good morning. I am trying to use 2 mysql tables, as if they were 2 schemas, however I am not getting, I tried the examples:…
laravel-eloquentasked Carlos Alexandre R Ramos 137