Update laravel framework, to laravel 11

This commit is contained in:
2025-01-12 15:28:45 +11:00
parent f460af7a47
commit 81014b9509
47 changed files with 1731 additions and 4078 deletions

View File

@@ -28,6 +28,8 @@ RUN mkdir -p ${COMPOSER_HOME} \
# Fix start up items
RUN sed -i -e 's/^{$CADDY_EXTRA_CONFIG}$/{$CADDY_EXTRA_CONFIG} /' /etc/caddy/Caddyfile
RUN sed -i -e 's/^memory_limit = 128M/memory_limit = 1G/' /usr/local/etc/php/php.ini-production
RUN cp /usr/local/etc/php/php.ini-production /usr/local/etc/php/php.ini
RUN chown ${SITE_USER} /config/caddy /data/caddy
USER ${SITE_USER}