PluginSkeleton
PluginSkeleton copied to clipboard
Skeleton for starting Sylius plugins.
Updates the requirements on [vimeo/psalm](https://github.com/vimeo/psalm) to permit the latest version. Release notes Sourced from vimeo/psalm's releases. 4.27.0 What's Changed Features added truthy-string alias for non-falsy-string by @staabm in vimeo/psalm#8400 added...
The `shivammathur/setup-php` action provides Flex as a global tool when setting up the environment. So instead of installing it through an extra step, we can use the resources the action...
Updates the requirements on [phpstan/phpstan-doctrine](https://github.com/phpstan/phpstan-doctrine) to permit the latest version. Release notes Sourced from phpstan/phpstan-doctrine's releases. 1.3.12 c5ec462 - Fix phpstan build a6edbb0 - Update ClassMetadataInfo.stub 293f66b - Update ClassMetadataInfo.stub...
It's impossible to run yarn install with the current version of package.json file
First things first: 1) Only `.env.test.dist` env is being parsed by Behat by default which might be confusing if someone uses `.env` for a test environment 2) Default global `doctrine.yaml`...
On a fresh install, whenever I try to login with the default user "sylius" credentials, I get the following exception: "No password hasher has been configured for account "sylius". I'm...
As the new API was introduced in 1.10, a lot of configuration in `security.yaml` was changed, but the file in this repo was still using the 1.9 configuration. | Q...
The behat tests that come with Sylius expect the new API to be at `/api/v2` but the configs at `tests/Application/config/sylius/1.10/packages/security.yml` still point to `/new-api` through the setting `parameters.sylius.security.new_api_route`. Also all...
Hi, Currently having a problem pulling the skeleton, as per the installation instructions. Run: `composer create-project sylius/plugin-skeleton .` Output: https://pastebin.com/fpcmEgfb Everything appears to install with no errors and such. I...
If I execute the following command: `composer create-project sylius/plugin-skeleton IronManSyliusProductOnDemandPlugin` as described here: - https://docs.sylius.com/en/latest/book/plugins/guide/installation.html or - https://docs.sylius.com/en/1.10/book/plugins/creating-plugin.html or - in the README of this repository I receive this error:...