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