What is tinker? How to insert data using Tinker?

In this tutorial I’m going to share how to insert data using tinker in laravel. What is Tinker? Tinker Command(php artisan tinker) is used to interact directly…

Multi Email send in Laravel | How to send multiple emails at once in laravel?

In this tutorial im going to share how to send multi email in laravel.  Follow this tutorial its define in very easy way. After install go inside…

Fatal error: Maximum execution time of 300 seconds exceeded in C:\xampp\phpMyAdmin\libraries\classes\Dbi\DbiMysqli.php on line 199

In this tutorial I’m going to solve this error Fatal error: Maximum execution time of 300 seconds exceeded in C:\xampp\phpMyAdmin\libraries\classes\Dbi\DbiMysqli.php on line 199. Whenever you import file…

The archive may contain identical file names with different capitalization (which fails on case insensitive filesystems

In this tutorial i’m going to solve this error The archive may contain identical file names with different capitalization (which fails on case insensitive filesystems. Error :-…

Call to undefined method Illuminate\Support\Facades\Request::input()

In this tutorial im going to solve this Call to undefined method Illuminate\Support\Facades\Request::input() error. Error: – Solution :- Import below class in your controller file. Thanks its…

openssl_pkey_export(): cannot get key from parameter 1

In this tutorial im going to solve this erorr openssl_pkey_export(): cannot get key from parameter 1, this error is coming when try to generate public and private…

Unsupported cipher or incorrect key length. Supported ciphers are: aes-128-cbc, aes-256-cbc, aes-128-gcm, aes-256-gcm.

In this tutorial im going to solve this error Unsupported cipher or incorrect key length. Supported ciphers are: aes-128-cbc, aes-256-cbc, aes-128-gcm, aes-256-gcm, this error is coming when…

mysqli::real_connect(): (HY000/1130): Host ‘localhost’ is not allowed to connect to this MariaDB server

I’m using PhpMyAdmin on XAMPP server. However, after installing WordPress on localhost, it start showing following error. Solution:- Next restart your xampp then your problem has been…

Chat Gpt Implement in laravel 9 | ChatGPT installation laravel

In this tutorial im going to share how to use chatgpt in laravel so follow this tutorial in this tutorials i have mentioned in very easy way….

How to Print Api Data in Blade page in laravel ?

In this tutorial im going to share how to print api data in blade page follow this tutorial i have mentioned in very easy way. Next put…