Alex Quiambao
Alex Quiambao
hi @onury is the 1 minute limit applies per user? i mean one user will be able to use the "geolocator.locate " per minute? thanks in advance
there are lot of request for this can you do a pull request please? also how was it? did it work out just fine?
upon installation did you do? ``` $ php artisan migrate $ php artisan db:seed ```
Hi @md-reyad , this might help #69 #43 #26
initiate a new project from this repo then import your existing DB in it, i think it would be easier that way.
The vagrant files was added on purpose ? i haven't tried vagrant on this project yet, but perhaps it would be the solution to the OS related issues.
Turn off your php error messages are you on production? the script is working since it's returning json data, it's just that because of the **deprecation** message you are getting...
actually what i liked about the current is that you could simply put the returned object in an instance and simply do a `this.role.put()` which is all being handled by...
there is, it's just that i got caught up with tons of work loads lately and had no time to update, any PR for this would be very much appreciated
had same error, my solution was. on qa-badge-layer.php line 260 just replace it with $handle = $item['raw']['userid']; not sure if it has any bearing though.