It is my Portfolio WEB-page.
sudo chgrp -R www-data storage bootstrap/cachesudo chmod -R ug+rwx storage bootstrap/cachecp .env.example .envnano .env-- configure env (pusher keys are reuqired)composer installphp artisan key:generatephp artisan storage:linkphp artisan migratephp artisan db:seedphp artisan voyager:installng build
composer dump-autoload && php artisan cache:clear && php artisan migrate && ng build after each git pull
