adds support for laravel and livewire

This commit is contained in:
Jean-Christophe Vanhalle
2024-10-13 00:11:48 +02:00
parent 6e0719ec50
commit 95391a995c
3 changed files with 57 additions and 36 deletions

View File

@@ -4,6 +4,8 @@ DB_NAME=wordpress
DB_ROOT_PASSWORD=root
DB_USER=user
DB_USER_PASSWORD=password
LARAVEL_VERSION=11.0
LIVEWIRE_VERSION=3.5.10
PHP_POST_MAX_SIZE=10m
PHP_UPLOAD_MAX_FILESIZE=10M
PREFIX=wpdocker