Optimized PHP 8.4 image with essential extensions, Composer pre-installed, and production-ready.
5.5K
The atyantik/laravel-php:8.4-bullseye Docker image is a highly optimized, production-ready PHP image designed for modern Laravel and PHP-based applications. Built on php:8.4-fpm-bullseye, it comes preloaded with essential extensions and tools to streamline your development and deployment process.
| Feature | Status |
|---|---|
| PHP 8.4 with FPM | ✅ Included |
| Composer (Pre-installed) | ✅ Included |
| GD Library for Image Manipulation | ✅ Included |
| Memcached, Redis, and Opcache | ✅ Included |
| MongoDB Support | ✅ Included |
| SQLite, MySQL, PostgreSQL Drivers | ✅ Included |
| APCu for Caching | ✅ Included |
| Soap, GMP, and Intl Extensions | ✅ Included |
| Xdebug (Disabled by Default) | ✅ Optional |
Pull the Image:
docker pull atyantik/laravel-php:8.4-bullseye
Run the Container:
docker run -d -p 9000:9000 atyantik/laravel-php:8.4-bullseye
Check Installed Extensions:
docker run --rm atyantik/laravel-php:8.4-bullseye php -m
Proudly maintained by Atyantik Technologies. 💻✨
For inquiries, support, or contributions, feel free to reach out to us!
Content type
Image
Digest
sha256:a9355909b…
Size
309.9 MB
Last updated
12 months ago
docker pull atyantik/laravel-php:8.3-bullseye