許益銘
7abbfd3142
Solved undefined function imagecreatefromjpeg
[Solved] `Call to undefined function Intervention\Image\Gd\imagecreatefromjpeg()` [PHP 7.4 Changelog](https://www.php.net/manual/en/migration74.other-changes.php) in GD section we can run docker-php-ext-configure command to configure our gd with JPEG support. we don't need to provide flag to enable PNG. ``` $ docker exec -it laradock_php-worker_1 php -r 'print_r(gd_info());' Array ( [GD Version] => bundled (2.1.0 compatible) [FreeType Support] => 1 [FreeType Linkage] => with freetype [GIF Read Support] => 1 [GIF Create Support] => 1 [JPEG Support] => 1 [PNG Support] => 1 [WBMP Support] => 1 [XPM Support] => [XBM Support] => 1 [WebP Support] => [BMP Support] => 1 [TGA Read Support] => 1 [JIS-mapped Japanese Font Support] => ) ```
Full PHP development environment based on Docker.
Use Docker First - Learn About It Later!
Join Us
Awesome People
Laradock is an MIT-licensed open source project with its ongoing development made possible entirely by the support of all these smart and generous people, from code contributors to financial contributors. 💜
Project Maintainers
Mahmoud Zalt @mahmoudz |
Bo-Yi Wu @appleboy |
Philippe Trépanier @philtrep |
Mike Erickson @mikeerickson |
Dwi Fahni Denni @zeroc0d3 |
Thor Erik @thorerik |
Winfried van Loon @winfried-van-loon |
TJ Miller @sixlive |
Yu-Lung Shao (Allen) @bestlong |
Milan Urukalo @urukalo |
Vince Chu @vwchu |
Huadong Zuo @zuohuadong |
Lan Phan @lanphan |
Ahkui @ahkui |
< Join Us > @laradock |
Code Contributors
Financial Contributors
You can support us using any of the methods below:
1: Open Collective
2: Paypal
3: Github Sponsors
4: Patreon
Sponsors
Sponsoring is an act of giving in a different fashion. 🌱
Gold Sponsors
Silver Sponsors
Bronze Sponsors
You can sponsor us using any of the methods below:
1: Sponsor via Open Collective.
2: Email us at support@laradock.io.
Sponsors logos are displayed on the github repository page and the documentation website home page.
License
MIT © Mahmoud Zalt
Description
Languages
Dockerfile
53.7%
Shell
24.1%
VCL
7%
HTML
7%
JavaScript
5.2%
Other
2.9%