Skip to content

Latest commit

 

History

History
executable file
·
16 lines (14 loc) · 355 Bytes

README.md

File metadata and controls

executable file
·
16 lines (14 loc) · 355 Bytes

Install

  1. Clone project
  2. composer install
  3. npm install
  4. cp .env.example .env and config .env file
  5. php artisan key:generate
  6. php artisan migrate
  7. php artisan db:seed (to create default value)

Note

Here's how to install all the optimizers on Ubuntu:

sudo apt install jpegoptim optipng pngquant gifsicle
npm install -g svgo