e3-lei / sylius-supplier-plugin
Demo Supplier plugin for Sylius.
Installs: 583
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 0
Forks: 1
Type:sylius-plugin
Requires
- php: ^7.1
- sylius/sylius: ~1.2
Requires (Dev)
- behat/behat: ^3.4
- behat/mink: ^1.7@dev
- behat/mink-browserkit-driver: ^1.3
- behat/mink-extension: ^2.2
- behat/mink-selenium2-driver: ^1.3
- friends-of-behat/context-service-extension: ^1.2
- friends-of-behat/cross-container-extension: ^1.1
- friends-of-behat/service-container-extension: ^1.0
- friends-of-behat/symfony-extension: ^1.2.1
- friends-of-behat/variadic-extension: ^1.1
- lakion/mink-debug-extension: ^1.2.3
- phpspec/phpspec: ^4.0
- phpstan/phpstan-doctrine: ^0.10
- phpstan/phpstan-shim: ^0.10
- phpstan/phpstan-symfony: ^0.10
- phpstan/phpstan-webmozart-assert: ^0.10
- phpunit/phpunit: ^6.5
- sylius-labs/coding-standard: ^2.0
- symfony/browser-kit: ^3.4|^4.1
- symfony/debug-bundle: ^3.4|^4.1
- symfony/dotenv: ^3.4|^4.1
- symfony/intl: ^3.4|^4.1
- symfony/web-profiler-bundle: ^3.4|^4.1
- symfony/web-server-bundle: ^3.4|^4.1
This package is auto-updated.
Last update: 2025-03-28 03:16:37 UTC
README
Sylius Supplier Plugin
Demo by Sylius PluginSkeleton v1.3.0
Install
- require package
$ composer require e3-lei/sylius-supplier-plugin
- add Plugin in the
app/AppKernel.php
withnew Lei\SyliusSupplierPlugin\SyliusSupplierPlugin(),
- add configs
// app/config/routing.yml sylius_supplier_plugin_admin: resource: "@SyliusSupplierPlugin/Resources/config/admin_routing.yml"
// app/config/config.yml - { resource: "@SyliusSupplierPlugin/Resources/config/config.yml" }
- run migrations
$ php bin/console doctrine:migrations:diff -e dev $ php bin/console doctrine:migrations:migrate -e dev
- cache clear
php bin/console cache:clear -e dev