Payu money php integration
Friends, this is a very popular payment gateway application in India, through this we can get payment through our website and transfer it to our bank account. In today's video…
Friends, this is a very popular payment gateway application in India, through this we can get payment through our website and transfer it to our bank account. In today's video…
Hello friends, you are very welcome to our PHP tutorial. Friends, from today we are going to start the tutorial of PHP, what is PHP? So friends, PHP is a…
Abstract classes are the classes in which at least one method is abstract. Unlike C++ abstract classes in PHP are declared with the help of abstract keyword. Use of abstract…
Whenever we are writing our classes we have to provide some information about our classes to the PHP like whether this class can be accessible from anywhere or not, whether child…
cURL stands for "Client URL", it is an open-source command-line tool that allows users to transfer data to or from a web server using various network protocols such as HTTP,…
Most systems nowadays require authentication to access the resources. For API we use tokens to authenticate the users and do not maintain the session state between the requests. Laravel provides…
Passport API multiple authentications using the custom create guard in laravel. In this post, I will learn you how to make multiple auth with custom guard setting using passport API…