Skip to content

Installation

yolanmees edited this page Jun 4, 2021 · 2 revisions

Installation

Start with cloning:

 git clone https://github.com/MeesyBE/Shopavel.git

 cd Shopavel

 cp .env.example .env

then install composer and front-end modules:

 composer install

 npm install
 
 npm run dev

and last:

  php artisan migrate

  php artisan key:generate

Try shopavel!

Clone this wiki locally