How to print multidimensional array in Console ?

In this tutorial we’re going to learn how to print multidimensional array in console.log Using this I want to print all data whatever coming in log file…

How to count Using substr_count function in PHP ?

In this tutorial we’re going to learn how to use substr_count function in php with example. 1step create below file And put below code Output:-

How to Building HTTP Server in NodeJS

What is Node js ? 1st step create below file and put below code Next go to package.json and put below code Next to run below command…

Allowed memory size of 536870912 bytes exhausted (tried to allocate 77824 bytes)

In this tutorial we’re going to solve this issue “Allowed memory size of 536870912 bytes exhausted (tried to allocate 77824 bytes)”. Error:- Solutions:- Go to below file…

Definition of slice and rsort function with Example

In this tutorial we’re going to share how to use slice function in laravel with example. In PHP, the array_slice() function is used to extract a slice…

error: The following untracked working tree files would be overwritten by merge

The error message “The following untracked working tree files would be overwritten by merge” typically occurs when you have untracked files in your working directory that conflict…

“Unable to locate package” while trying to install packages with APT

When I try to install any package through the command line, I get an error E: Unable to locate package composer. Error :- Solutions:- Now installed successfully.

Database [] not configured Laravel in Laravel ?

In this tutorial i’m going to solve Database [] not configured in laravel. The error message “Database [] not configured Laravel” indicates that there is a missing…

How to send Notifications With Database In Laravel ?

In this tutorial we’re going to learn how to send notification if someone register on our software then send him notification. Install laravel project Next to create…

How to use multiple database in Laravel ?

In this tutorial i’m going to learn how to configure multiple database from one project to another project so follow this tutorial i have mentioned in very…