Laravel Docker for development only, based on Official PHP(8.4) Apache image
2.0K
docker pull walterti/php8.4-apache-laravel:1.0
docker run -p 8000:80 walterti/php8.4-apache-laravel:1.0 -v /your/project/root:/app
There is no mysql server inside this image, it's just de webserver with php 8.4 and all required modeules to run a laravel application, it comes with pdo_mysql and intl php modules.
Content type
Image
Digest
sha256:d579ee9f5…
Size
287.3 MB
Last updated
12 months ago
docker pull walterti/php8.4-apache-laravel