vankosoft/sylius-multivendor

Vankosoft Catalog Project

v0.1.1 2024-02-23 13:32 UTC

This package is not auto-updated.

Last update: 2024-04-20 12:46:58 UTC


README

Create Project

$ wget http://getcomposer.org/composer.phar
$ php composer.phar create-project vankosoft/sylius-multivendor Sylius_Multivendor
$ cd Sylius_Multivendor

Edit .env file to setup your Aplication Database Name and your host url If You Want.

Installation ( Setup Project )

$ php bin/console sylius:install --fixture-suite=sampledata
$ yarn install
$ yarn build