- Forums
- laravel
- Solved: Laravel Gd Library Extension Not Available With This Php Installation.
This Page Contains information about Solved: Laravel Gd Library Extension Not Available With This Php Installation. By jj in category laravel with 0 Replies. [5144], Last Updated: Mon Jun 24, 2024
jj
Sat Jun 03, 2023
0 Comments
286 Visits
To solve this laravel error with and XAMPP instalation of PHP and apache, follow these steps
Open php.ini either from the xampp/php/php.ini or form the control panel >apache>config>php.ini
Uncomment the following line:
CHANGE FROM:
CHANGE TO:
Save the changes, restart the apache server
Done