Download the PHP package nextstore/sylius-inventory-plugin without Composer
On this page you can find all versions of the php package nextstore/sylius-inventory-plugin. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download nextstore/sylius-inventory-plugin
More information about nextstore/sylius-inventory-plugin
Files in nextstore/sylius-inventory-plugin
Package sylius-inventory-plugin
Short Description This is internal package, will broke your code
License proprietary
Informations about the package sylius-inventory-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
Traditional
-
Run
composer create-project sylius/plugin-skeleton ProjectName
. - From the plugin skeleton root directory, run the following commands:
To be able to set up a plugin's database, remember to configure you database credentials in tests/Application/.env
and tests/Application/.env.test
.
Docker
-
Execute
docker compose up -d
-
Initialize plugin
docker compose exec app make init
- See your browser
open localhost
Usage
Running plugin tests
-
PHPUnit
-
PHPSpec
-
Behat (non-JS scenarios)
-
Behat (JS scenarios)
-
Start Headless Chrome:
-
Install SSL certificates (only once needed) and run test application's webserver on
127.0.0.1:8080
: - Run Behat:
-
Static Analysis
-
Psalm
- PHPStan
-
- Coding Standard
Opening Sylius with your plugin
-
Using
test
environment: - Using
dev
environment:
All versions of sylius-inventory-plugin with dependencies
sylius/sylius Version ^1.12
sylius/mailer-bundle Version ^1.8 || ^2.0@beta
symfony/webpack-encore-bundle Version ^1.15