Download the PHP package brille24/sylius-order-log-plugin without Composer
On this page you can find all versions of the php package brille24/sylius-order-log-plugin. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download brille24/sylius-order-log-plugin
More information about brille24/sylius-order-log-plugin
Files in brille24/sylius-order-log-plugin
Package sylius-order-log-plugin
Short Description A plugin to log order changes.
License MIT
Informations about the package sylius-order-log-plugin
Plugin Skeleton
Skeleton for starting Sylius plugins.
Documentation
For a comprehensive guide on Sylius Plugins development please go to Sylius documentation, there you will find the Plugin Development Guide, that is full of examples.
Quickstart Installation
-
Run
composer create-project sylius/plugin-skeleton ProjectName
. - From the plugin skeleton root directory, run the following commands:
To be able to setup a plugin's database, remember to configure you database credentials in tests/Application/.env
and tests/Application/.env.test
.
Usage
Running plugin tests
-
PHPUnit
-
PHPSpec
-
Behat (non-JS scenarios)
-
Behat (JS scenarios)
-
Download Chromedriver
-
Download Selenium Standalone Server.
-
Run Selenium server with previously downloaded Chromedriver:
-
Run test application's webserver on
localhost:8080
: - Run Behat:
-
Opening Sylius with your plugin
-
Using
test
environment: - Using
dev
environment:
All versions of sylius-order-log-plugin with dependencies
sylius/sylius Version ^1.11
sylius/mailer-bundle Version ^1.8 || ^2.0@beta
symfony/webpack-encore-bundle Version ^1.15