Skip to content

ClickAndMortar/OroPlatformSimpleItemBundle

Repository files navigation

Simple Item bundle - C&M

Simple Item bundle is a bundle for OroPlatform / OroCRM project. It allows to create editable lists from the interface.

Made with 💙 by C&M

Versions

Bundle version OroPlaftorm version
4.2.* 4.2.*
1.1.* 4.1.*
1.0.* 3.1.*

Installation

Download the Bundle

$ composer require clickandmortar/oro-platform-simple-item-bundle

Enable the Bundle

Bundle is enabled automatically by bundles.yml file. Run only following commands:

php bin/console cache:clear
php bin/console doctrine:schema:update --force
php bin/console oro:entity-config:update --filter="ClickAndMortar*" --force
php bin/console fos:js-routing:dump --no-interaction
php bin/console oro:localization:dump --no-interaction
php bin/console assets:install --symlink --relative --no-interaction
php bin/console oro:assets:build --no-interaction
php bin/console cache:clear --no-interaction
php bin/console oro:translation:dump --no-interaction

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published