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 ...
PHP
How To Replace String With Another String In PHP
PHP has the function to replace all words or letters in a string or sentence with a str_replace() command. This PHP string reference used to replace words in a paragraph on a web page quickly and easily.What is str_replace function in PHP?I ...
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, ...
Tutorial CRUD Client and API Server Using JQuery And Lumen Part 1
Next is a tutorial on how to create a database CRUD application using jquery and laravel framework. I have made many CRUD tutorials on the Seegatesite.com site, the difference is, in this tutorial the client will directly access the server API ...
How To Solve Problems Illegal mix of collations (latin1_swedish_ci,IMPLICIT) In Laravel
Are you having database error problems "SQLSTATE [HY000]: General error: 1267 Illegal mix of collations (latin1_swedish_ci, IMPLICIT) and (utf8_unicode_ci, COERCIBLE) for operation '='" on laravel? If yes, solve the problem with the following ...
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' ...