Skip to content

Instantly share code, notes, and snippets.

@b4oshany
Last active July 25, 2020 16:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save b4oshany/1a623e3d27209c5b24f1ef80d4539901 to your computer and use it in GitHub Desktop.
Save b4oshany/1a623e3d27209c5b24f1ef80d4539901 to your computer and use it in GitHub Desktop.
Install Laravel and its PHP dependencies
sudo apt install openssl php-common php-curl php-json php-mbstring php-mysql php-xml php-zip -y
sudo apt install composer -y
composer global require laravel/installer
@b4oshany
Copy link
Author

b4oshany commented Jul 25, 2020

echo 'export PATH="$PATH:$HOME/.config/composer/vendor/bin"' >> ~/.bashrc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment