In this post, I am going to explain "how to create rest api with authentication using passport" in laravel 6 application. Rest API is must be used when you are working with mobile application. when your application is preferred for a web app and the … [Continue reading] about Laravel 6 REST API Using Passport Package
How To Integrate PayKun Payment Gateway In Laravel

In this tutorial, there is stepwise guidance on how to integrate PayKun laravel. You will get an understanding to implement the PayKun Payment Gateway integration with your laravel application. Firstly, you will need to sign up a PayKun Account, … [Continue reading] about How To Integrate PayKun Payment Gateway In Laravel
What is Dropshipping & How it Works?
Dropshipping is a supply chain model or type of business model which a dropshipper can directly ship ordered products from wholeseller’s warehouse to the customer’s house without handling logistics and management. Dropshipper no need to owning … [Continue reading] about What is Dropshipping & How it Works?
How To Create Database Seeder In Laravel
In this post, I will explain "How to create database seeder in Laraver" for insert data in the database. Laravel provides the facility to seed your database with dummy data using Laravel Seeder Class. By default, all seeds files are stored at the … [Continue reading] about How To Create Database Seeder In Laravel
How To Use CURL Post Request In CodeIgniter Curl Example
In this post, I am going to explain "How to use CURL post request in CodeIgniter". it will be a help to use API using curl request in code-igniter. You can fire post request, get request, put request and delete request in curl CodeIgniter 3. PHP … [Continue reading] about How To Use CURL Post Request In CodeIgniter Curl Example