0

i'm using laravel framework with xampp server but when i execute

php artisan serve

this error showing for me :

PHP Warning: Module 'mysqli' already loaded in Unknown on line 0

Warning: Module 'mysqli' already loaded in Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library 'C:\xampp\php\ext\php_mysql.so' - The specified module could not be found. in Unknown on line 0

Abd Abughazaleh
  • 4,615
  • 3
  • 44
  • 53

1 Answers1

1

Open php.ini file and set the setting to a Windows file path:

extension_dir = "X:/path/to/your/php/ext"
AkrAm Khan
  • 99
  • 5