Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 756 Bytes

readme.md

File metadata and controls

31 lines (24 loc) · 756 Bytes

My Portfolio Web-page

It is my Portfolio WEB-page.

Installation

  1. sudo chgrp -R www-data storage bootstrap/cache
  2. sudo chmod -R ug+rwx storage bootstrap/cache
  3. cp .env.example .env
  4. nano .env -- configure env (pusher keys are reuqired)
  5. composer install
  6. php artisan key:generate
  7. php artisan storage:link
  8. php artisan migrate
  9. php artisan db:seed
  10. php artisan voyager:install
  11. ng build

To Do

composer dump-autoload && php artisan cache:clear && php artisan migrate && ng build after each git pull

Used frameworks

Laravel
bootstrap3. Angular4.

License

MIT license.