Laravel: Class “Redis” Not Found Error

When you set up a new Laravel application to use Redis as a cache driver or broadcast driver, you may encounter the following error: Error:- Solution:- Just…

Read More

Example of Inharitance in PHP ?

In this tutorial we’re going to learn how to use inharitance in php with example. Inheritance is a way to create a new class that is a…

Read More

Call to a member function getClientOriginalExtension() on null

In this tutorial i’m going to learn how to solve this issue Call to a member function getClientOriginalExtension() on null. This error usually occurs when you try…

Read More

How to print Object Value using Array in Javascript ?

In this tutorial i’m going to print the object value using javascript ? First go to controller function and put below code. Next go to blade page…

Read More

How to send Data using Microservice in Laravel Api ?

In this tutorial we’re going to learn how to send the data from one microservice to another microservice using api in laravel. 1st step go to below…

Read More

How to print Array data in console.log in laravel ?

In this tutorial im going to learn how to print how many data is coming in array. 1st step go to your blade page and put below…

Read More

How to Print multidimension array in for loop ?

In this tutorial i’m going to share how to print multidimension array in for loop. 1st step got to your controller and put below code Next go…

Read More

How to print first 50 value and last 10 data in php

In this tutorial we’re going to share how to print first 50 value of data and the last value of data To print the first 50 values…

Read More

How to do Validation using Controller function in laravel ?

In this tutorial i’m going to learn how to do validation in laravel using controller function. This method automatically validates incoming HTTP requests, and if the validation…

Read More

Linux Commands to Troubleshoot Network Issues

In this tutorial we’re going to share Top linux commands to Troubleshoot Network Issues. Linux systems’ performance, one must look for difficulties with the CPU, RAM, disc…

Read More