-
Notifications
You must be signed in to change notification settings - Fork 10
Installation
yolanmees edited this page Dec 12, 2021
·
2 revisions
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
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!