Created
December 27, 2018 11:29
-
-
Save Iainmon/ea0d45cf6a3fca50a7ae03d285da61b1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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