From 4df374205f8e92e9af7a9a369f38e4d8831d2ba0 Mon Sep 17 00:00:00 2001 From: Florian Beer Date: Sat, 9 Aug 2025 22:48:57 +0200 Subject: [PATCH] Add Laravel (#594) --- bin/omarchy-install-dev-env | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/omarchy-install-dev-env b/bin/omarchy-install-dev-env index a069ded9..ace45ce6 100755 --- a/bin/omarchy-install-dev-env +++ b/bin/omarchy-install-dev-env @@ -25,7 +25,8 @@ go) mise use --global go@latest ;; laravel) - echo -e "Need help figuring this out!\n" + echo -e "Installing PHP and Laravel...\n" + bash -c "$(curl -fsSL https://php.new/install/linux)" ;; python) echo -e "Installing Python...\n"