Skip to content

Installation

yolanmees edited this page Dec 12, 2021 · 2 revisions

Web Installation

Start with cloning or uploading shopavel:

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

Or download the zip file and upload the content via FTP

Go to /install and follow the steps

Manual 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