PluginSkeleton
PluginSkeleton copied to clipboard
Skeleton for starting Sylius plugins.
When starting with a new plugin build based on the skeleton, the JavaScript that gets built for both Gulp entries spits out console errors from what looks to be bad...
By the v1.8 of Sylius, the SyliusAdminBundle routes prefix can be modified thanks to the use of an environment variable (https://github.com/Sylius/SyliusAdminBundle/commit/eb93fc1c570a2c4642860eb439e6e2c22781dc33). However, this is possible as long as you don't...
Hi, is there a reason why the coding standard check (with ECS) is not done in the CI build? If not, I can provide a PR to add it.
I would add somewhere in the README that to be able to launch the database commands, you have to modify the .env files in tests/Application with your database credentials. Also,...
When we install dependencies with composer, we no longer have some packages like `DoctrineCacheBundle` and `WhiteOctoberPagerfantaBundle` : ``` Fatal error: Uncaught Symfony\Component\Debug\Exception\ClassNotFoundException: Attempted to load class "DoctrineCacheBundle" from namespace "Doctrine\Bundle\DoctrineCacheBundle"....
Hi, I would like to use docker in order to develop a Sylius plugin without install everything on my computer but I encountered a lot of troubles with the skeleton...
After run composer install: Problem 1 - phpunit/phpunit 8.5.0 requires sebastian/diff ^3.0.2 -> satisfiable by sebastian/diff[3.0.2]. - phpunit/phpunit 8.5.1 requires sebastian/diff ^3.0.2 -> satisfiable by sebastian/diff[3.0.2]. - phpunit/phpunit 8.5.2 requires...
Hi! Let's keep it simple: https://travis-ci.org/symfony/recipes-contrib/jobs/654942372 This link is the CI testing the recipe for a plugin. The plugin is really simple and requires `sylius/sylius=~1.3`. The plugin works well. But...
Add `bin/console` directly to the plugin template, so it can be run easier and not from `tests/Application`.