This commit is contained in:
David Heinemeier Hansson 2025-08-10 20:35:31 +02:00
parent ab43b036a1
commit 5049640cfe

View File

@ -32,7 +32,7 @@ laravel)
echo -e "Installing PHP and Laravel...\n"
yay -S php composer --noconfirm
composer global require laravel/installer
echo 'export PATH="$HOME/.config/composer/vendor/bin:$PATH"' >> "$HOME/.bashrc"
echo 'export PATH="$HOME/.config/composer/vendor/bin:$PATH"' >>"$HOME/.bashrc"
source "$HOME/.bashrc"
echo "PHP, Composer, and Laravel have been installed successfully."
echo "You can now run: laravel new myproject"