I watched some video lessons about RESTFul and did one in Laravel 5.4. Now I would like to use a template that I have done in HTML5 + Bootstrap 3 to consume this data, where do I start? What do I need to do?
I watched some video lessons about RESTFul and did one in Laravel 5.4. Now I would like to use a template that I have done in HTML5 + Bootstrap 3 to consume this data, where do I start? What do I need to do?
If you have the running service that returns you data, you need to consume it in some way, you can do it through the language you are using ( PHP ) or via JavaScript in> (doing ajax requests) for example.