Skip to content

olegstyle/yulia-design

Repository files navigation

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
  5. composer install
  6. php artisan key:generate
  7. php artisan storage:link
  8. php artisan voyager:install
  9. php artisan migrate --seed
  10. npm install
  11. npm run production

To Do

after each git pull

composer install && 
php artisan cache:clear && 
php artisan migrate &&
npm install &&
npm run production

To Do on hosting

php-7.1 composer.phar dump-autoload && php-7.1 artisan cache:clear && php-7.1 artisan migrate after each git ftp pull

Used frameworks

Laravel

Bootstrap3

JQuery

Toastr

AOS

FancyBox

License

MIT license.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published