Laravel this is not only a practical framework, it is also a programming style
where does laravel controller function returns its response?
I have an APICONTROLLER and it has a function test() which returns a response as
return response()->json($response);
Now, where does the control goes from here?
Aucun commentaire:
Enregistrer un commentaire