RRasmySep 18, 2018
Laravel + VueJS when getting data from server (controller) which method reduce load time?
I have confused, when passing data from Laravel which method to use for large amount of data? use axios with api request. (does this secure) ? attaching data through props ? which is proper way? Thank you. Given 2 scenario 1 is vuejs use axios get ...
Join discussion