The Pusher library requires the PHP cURL module. Please ensure it is installed

Created at 23-Feb-2022 , By samar

The Pusher library requires the PHP cURL module. Please ensure it is installed

We will use programming in this lesson to attempt to solve the "The Pusher library requires the PHP cURL module. Please ensure it is installed".

You have to enable the PHP curl module to remove The Pusher library requires the PHP cURL module. Please ensure it is installed in Laravel
  • Enable php curl module/extension

    --PATH E:\laragon\bin\php\php-8.0.16-Win32-vs16-x64\php.ini
    extension=curl
    
    //In ubuntu you can run below command to install php curl module.
    apt install php-curl
    

    Enable php curl module by removing the ; from the ;extension=curl in php.ini file.

    Find ;extension=curl in php.ini file and remove ; from it or just place extension=curl in case you did not find the ;extension=curl in php.ini.

Back to code snippet queries related laravel

If you like what you are reading, please consider buying us a coffee ( or 2 ) as a token of appreciation.

Buy Me A Coffee

Don't forget to share this article! Help us spread the word by clicking the share button below.

We appreciate your support and are committed to providing you valuable and informative content.

We are thankful for your never ending support.