Skip to content

Instantly share code, notes, and snippets.

@Iainmon
Created December 27, 2018 11:29
Show Gist options
  • Save Iainmon/ea0d45cf6a3fca50a7ae03d285da61b1 to your computer and use it in GitHub Desktop.
Save Iainmon/ea0d45cf6a3fca50a7ae03d285da61b1 to your computer and use it in GitHub Desktop.
sudo apt-get update;
sudo apt-get install php7.2;
sudo apt-get install php7.2-mbstring;
sudo apt-get install php7.2-zip;
//install composer and move to bin directory.
composer install --no-dev;
cp .env.example .env;
php artisan key:generate;
sudo chmod 755 -R blog;
chmod -R o+w blog/storage;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment