How to remove null value in laravel ?

In this tutorial we’re going to learn how to remove null value in laravel. Example :- Output: – Now i’m getting the value of instagram, twitter and…

Top 50 Linux Commands for Scuring Linux Server

1. passwd Command: Changes a user’s password. Example: 2. useradd Command: Creates a new user account. Example:- 3. userdel Command Deletes a user account. Example :- 4….

Building HTTP Server in NodeJS with example ?

What is Node js ? Node.js is an open-source, cross-platform JavaScript runtime environment that allows developers to run JavaScript code outside of a web browser. It is…

How to remove slash / from last value in laravel ?

In this tutorial we’re going to learn how to remove / from last value in laravel Solution :- Output:-

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…

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…

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…

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…

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…

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…