How to Get Current Date Time and Day in Laravel?

In this tutorial lets learn how to get current date and time in laravel. I would like to show you how to get current date in laravel….

Count function In Laravel | Count function using whereNotNull query

In this tutorial I’m going to share how to use count function using whereNotNull follow this tutorial i having mentioned in very easy way. Difference between whereNull…

How to Set Toaster notification in Laravel ?

In this tutorial I’m going to solve how to use Toaster notification in laravel when condition is execute. First use below cdn Then put below code in…

How to remove Fakepath in URL using ajax ?

In this tutorial I’m going to remove fakepath in URL using ajax jQuery in laravel. Just put below code. Now successfully remove fakepath from url.

Encryption and Decryption using Crypt class in Laravel ?

In this tutorial we ‘re going to encrypt and decrypt class using CRYPT class in laravel. First to create models Go to migration file and put below…

How to unlink Old Image from File in laravel?

In this tutorial im going to share how to remove old image when doing update the image just follow the below code. Error:- Solution :- Now update…

How to change image on change in JQuery?

In this tutorial im going to share how to change image on change using jQuery in laravel. 1ste step put cdn in your blade page 2nd step…

Problem 1 – laravel/passport[v11.5.0, …, v11.8.4] require league/oauth2-server ^8.2

In this tutorial I’m going to solve above issues in very easy way. Error:- Solution:-

How to Insert Category function in Laravel ?

In this tutorial I’m going to insert category system in laravel in very easy way follow this video we ‘have demonstrated in very easy way. Next go…

Open link in new tab using Controller function

In this tutorial I have to implement after delete open in new tab using route. 1st step 2nd step put in web.php 3rd step put in blade.php