PJ-CM
PJ-CM
Hi: I have this code to get and save face image from your API: [request.php] $minAge = 18; $maxAge = 81; $gender = 'male'; $fakeFaceUrl = "https://fakeface.rest/face/json?minimum_age={$minAge}&maximum_age={$maxAge}&gender={$gender}"; $obj = json_decode(file_get_contents($fakeFaceUrl),...
Hi: Before including your translations package on the project, the Unit test I implemented was OK. But once I set the translate helpers on the Vue component called by the...
Congratulations on the plugin. Changing the language of texts set in Vue files is satisfactory. However, I have to notify that when error validation messages are received on a form,...
Hi ... I just install Laradumps inside a Laravel project but, when I open the Laradumps APP, there is no project loaded. I am on Windows 11 with WSL2. I...