Posts by jardel frank • 25 points
6 posts
-
0
votes1
answer275
viewsQ: How to create Laravel search by taking data from the cache?
Since I have this data in a file I see no reason to make a request in the database. Example of my curly code: $produtos = Cache::rememberForever('produtos', function () { return…
-
0
votes1
answer150
viewsA: How to implement Cordova-plugin-accountkit in my Cordova project?
I decided to change the plugin I used this and just needed the documentation; https://www.npmjs.com/package/cordova-plugin-facebook-account-kit I left my question here in case someone finds the same…
-
0
votes1
answer150
viewsQ: How to implement Cordova-plugin-accountkit in my Cordova project?
I searched for examples but found nothing to clarify my doubt, I have no experience with Cordova (maybe that’s why I don’t know how to use the cordova-plugin-accountkit). this is the file code…
-
0
votes3
answers292
viewsA: How to use a two-dimensional array with Javascript (jquery)?
once again friend Sergio saving the day .. this is the code that served me, with the appropriate modifications (I decided to change if someone else needs the same solution) :…
-
1
votes3
answers292
viewsQ: How to use a two-dimensional array with Javascript (jquery)?
I believe my question has become too superficial, but I explain the situation in more detail: I already have the code and it works partially follows; $(document).ready(function() { var url =…
-
1
votes1
answer104
viewsQ: How to use decrement in Laravel 5.2 using data from an array?
I’m using the Larable a few months ago and I came across the following problem of controlling stock after purchase automatically. The logic of my system is this:: After purchasing a product in my…
laravelasked jardel frank 25