Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 543 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 543 Bytes

Settings for Sylius

Installation

This installation instruction assumes that you're using Symfony Flex.

  1. Require the plugin using composer

    composer require next-sentence/settings-bundle
  2. Generate & Run Doctrine migrations

    ./bin/console doctrine:migration:diff
    ./bin/console doctrine:migration:migrate
    

License

This plugin is completely free and released under the MIT License.