Open svandragt opened 6 months ago
FrankenPHP is caddy with a PHP server built in, so you don't need to manage php-fpm as you do with caddy itself.
Lamb supports it somewhat already if you run it locally this way:
sudo -E $(which frankenphp) php-server -r src/ -l 0.0.0.0:80 -d lamb.test
sudo is required because of the use of a privileged port (80, because the automatic HTTPS cert support cannot resolve a localonly .test domain)
sudo
LAMB_LOGIN_PASSWORD
-E
FrankenPHP is caddy with a PHP server built in, so you don't need to manage php-fpm as you do with caddy itself.
Lamb supports it somewhat already if you run it locally this way:
sudo
is required because of the use of a privileged port (80, because the automatic HTTPS cert support cannot resolve a localonly .test domain)LAMB_LOGIN_PASSWORD
? Answer: just set it, it works as long as you add-E
tosudo
.