Creating custom class on Laravel is easy to apply. Often we need additional classes to summarize and facilitate us in building applications. Laravel is a PHP framework that implements a fairly robust MVC concept and a fairly viscous application of ...
PHP
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 ...
PHP JSON Web Token Tutorial For Beginners
In this article, I will share tutorial what JSON Web Token is? How to implement JWT in PHP? How to create a client to access RESTFUL API using JWT token? JWT or JSON Web Token is a long and randomly generated string token used to ...
Easy Way Convert SQL Query to Laravel Builder Using Orator
For Laravel novices / as a new programmer to convert raw SQL queries into object builders, it may be a little difficult to understand. With the help of orator, you can make it quickly. Orator is a website service created by Maurice Calhoun. Follow ...
How To Use Select2 Remote AJAX With Example in JQuery, PHP And MySQL
Many of us are still confused how to implement the select2 JQuery plugin using Remote AJAX. Here I will share how to implement it using Jquery, PHP, and MySql. In addition, to beautify the view, select2 plugin can also facilitate the user in ...
Simple Tutorial Get Geolocation IP With PHP
To get Geo location (country, city, isp, etc.) based on website visitor IP in PHP application can use API from ip-api.com. In this article, I will share how to get geolocation information from site visitors using PHP. IP-API is a free GEO LOCATION ...