This is an example application in Lumen - made in this YouTube tutorial series - for consuming restful web apis.
If you want to learn how this application was made then head over to the Onwwward YouTube channel for more information.
This is an introduction video for the tutorial series about building a simple web application with Lumen and connecting it with two public RESTful API-s.
LARAVEL | LUMEN - CONSUMING RESTFUL WEB APIs - PART 01 - INTRODUCTION VIDEO TUTURIAL
This part explains why and when to use virtual development environment softwares such as Vagrant. It also walks you through how to create a virtual server using the Laravel Homestead box.
LARAVEL | LUMEN - CONSUMING RESTFUL WEB APIs - PART 02 - VAGRANT UP VIDEO TUTURIAL
We install Lumen - a micro-framework by Laravel - on our Homestead Vagrant machine we set up in the previous part.
LARAVEL | LUMEN - CONSUMING RESTFUL WEB APIs - PART 03 - INSTALL LUMEN VIDEO TUTURIAL
In this video we set up a simple route and register a new webhook with BugHerd through their API using Postman. We also use RequestBin to collect and analyze the request.
LARAVEL | LUMEN - CONSUMING RESTFUL WEB APIs - PART 04 - WEBHOOKS VIDEO TUTURIAL
We configure Laravel Queue service for our app and set up the controller to communicate with FreshDesk. Then, we create a new job, clean up the controller and start using the queue.
LARAVEL | LUMEN - CONSUMING RESTFUL WEB APIs - PART 05 - QUEUES VIDEO TUTURIAL
The video tries to visually explain how the application works. The project is also published to GitHub at the end.
LARAVEL | LUMEN - CONSUMING RESTFUL WEB APIs - PART 06 - GIT PUSH VIDEO TUTURIAL
We will expand our Lumen application by adding the ability to filter the incoming tasks via a json file.
You will find the code containing the changes made in this video in a separate branch.
LARAVEL | LUMEN - CONSUMING RESTFUL WEB APIs - EXTRA PART - EXPANSION VIDEO TUTURIAL