vankosoft/sylius-multivendor

Vankosoft Catalog Project

Maintainers

Package info

github.com/iatanasov77/sylius-multivendor

Homepage

Type:project

pkg:composer/vankosoft/sylius-multivendor

Statistics

Installs: 1

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 4

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

This package is not auto-updated.

Last update: 2026-03-07 21:51:28 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