Error: error:0308010C:digital envelope routines::unsupported
In this tutorial I’m going to share how to solve Error: error:0308010C:digital envelope routines::unsupported. Just copy below code and run your terminal. After run above all code…
API calls from the server require an appsecret_proof argument
In this tutorial im going to solve this issue API calls from the server require an appsecret_proof argument. 1st step go to developer facebook advance setting and…
How to Delete All Records Older Than 30 Days in Laravel 10 ?
In Laravel, you can use the Eloquent ORM to delete records older than a certain number of days. Here’s an example of how you can delete all…
Example of __construct and __destruct in laravel ?
In Laravel, PHP classes can have a constructor and destructor like any other PHP class. The constructor is called when an object is created, and the destructor…
SQLSTATE[HY000] [1045] Access denied for user ‘root’@’localhost’ (using password: YES) (SQL: select * from information_schema.tables where table_schema
When I run this code in server it showing error Solution:- step 1 – go to this directory wz-tools-ms-renew/bootstrap/cache and delete config.php Next go to .env and…
Using of Onchage function get Value in laravel ?
In this tutorail i’m going to share how to use onchange function in laravel and get the value of onchage functions. What is Onchange Function ? The…
How to Create Delete Command in Laravel ?
Creating a custom delete command in Laravel involves defining a new Artisan command class, specifying its signature, description, and implementing the logic to delete records based on…
Class “Barryvdh\DomPDF\Facade\Pdf” not found
What is Barryvdh\DomPDF ? Barryvdh\DomPDF is a package for the Laravel PHP framework that provides integration with the DomPDF library. Laravel is a popular PHP web application…
How to Protect and Secure PHPMyAdmin in Production Server?
1. Disable Root Login Disabling root login is a good security practice as it reduces the risk of unauthorized access to your system. Here are general steps…