Tutorial to create a simple POS application using ReactJS and Laravel Lumen. By following this tutorial, you will directly create and implement the POS application using ReactJS for a business scale. Meanwhile, the Laravel Lumen framework is used to ...
lumen api
Login Page – Tutorial CRUD Client and API Server Using JQuery And Lumen Part 2
After preparing the API backend and registration page discussed in article part 1. The next step is to create a login controller and create a login page to be able to access the main dashboard or system page. To be able to follow this article well, ...
How To Resolve No ‘Access-Control-Allow-Origin’ Header In Lumen
Have you ever encountered a "No 'Access-Control-Allow-Origin' Header" error when accessing an external API server? Probably most of us have experienced it. The following tutorial I will share how to resolve the No 'Access-Control-Allow-Origin' ...
Restful API Tutorial With Lumen Laravel 5.5 For Beginners
Lumen is the best PHP framework to build the Restful API. Lumen was developed by Taylor Otwell, the developer behind the most popular PHP framework today, Laravel. We could say, the Lumen Framework is a derivative of Laravel. The following tutorial ...