PHP fehlen ext gd
/*
--
LARAVEL Project using Docker using Sail - ERROR : Missing EXT GD,
It worked for me. May not work for you...
--
Problem 1
- Root composer.json requires PHP extension ext-gd * but it is missing from your system. Install or enable PHPs gd extension.
Problem 2
- phpoffice/phpspreadsheet is locked to version 1.23.0 and an update of this package was not requested.
- phpoffice/phpspreadsheet 1.23.0 requires ext-gd * -> it is missing from your system. Install or enable PHPs gd extension.
Problem 3
- phpoffice/phpspreadsheet 1.23.0 requires ext-gd * -> it is missing from your system. Install or enable PHPs gd extension.
- maatwebsite/excel 3.1.40 requires phpoffice/phpspreadsheet ^1.18 -> satisfiable by phpoffice/phpspreadsheet[1.23.0].
- maatwebsite/excel is locked to version 3.1.40 and an update of this package was not requested.
*/
/* ERROR */ composer install
/* No Error */ sail composer install
13Garth