0
I watched some video lessons about Restful and did one in Laravel 5.4. Now I would like to use a template I have done in HTML5 + Bootstrap 3 to consume this data, where do I start? What do I need to do?
0
I watched some video lessons about Restful and did one in Laravel 5.4. Now I would like to use a template I have done in HTML5 + Bootstrap 3 to consume this data, where do I start? What do I need to do?
1
If you have the service running that returns the data, you need to consume it somehow, you can do it through the language you are using (PHP) or via Javascript (making ajax requests) for example.
Browser other questions tagged html5 laravel-5 bootstrap-3 restful
You are not signed in. Login or sign up in order to post.