It is my Portfolio WEB-page.
sudo chgrp -R www-data storage bootstrap/cache
sudo chmod -R ug+rwx storage bootstrap/cache
cp .env.example .env
nano .env
-- configure env (pusher keys are reuqired)composer install
php artisan key:generate
php artisan storage:link
php artisan migrate
php artisan db:seed
php artisan voyager:install
ng build
composer dump-autoload && php artisan cache:clear && php artisan migrate && ng build
after each git pull