digital-web / sulu-product-bundle
Simple Product Bundle for Sulu 2 CMS
1.0.0.7
2022-12-24 21:29 UTC
Requires
- php: ^8.0
- laminas/laminas-zendframework-bridge: ^1.4
- sulu/sulu: 2.5.*
- symfony/config: ^4.4 || ^5.0 || ^6.0
- symfony/dependency-injection: ^4.4 || ^5.0 || ^6.0
- symfony/framework-bundle: ^4.4 || ^5.0 || ^6.0
- symfony/http-foundation: ^4.4 || ^5.0 || ^6.0
- symfony/http-kernel: ^4.4 || ^5.0 || ^6.0
Requires (Dev)
- coduo/php-matcher: ^5.0 || ^6.0
- friendsofphp/php-cs-fixer: ^3.1
- handcraftedinthealps/code-coverage-checker: ^0.2.1
- handcraftedinthealps/zendsearch: ^2.0
- jackalope/jackalope-doctrine-dbal: ^1.3.4
- jangregor/phpstan-prophecy: ^0.8
- phpspec/prophecy: ^1.8
- phpstan/phpstan: ^0.12
- phpstan/phpstan-doctrine: ^0.12
- phpstan/phpstan-phpunit: ^0.12
- phpstan/phpstan-symfony: ^0.12
- phpunit/phpunit: ^8.4
- symfony/browser-kit: ^4.4 || ^5.0 || ^6.0
- symfony/console: ^4.4 || ^5.0 || ^6.0
- symfony/dotenv: ^4.4 || ^5.0 || ^6.0
- symfony/error-handler: ^4.4 || ^5.0 || ^6.0
- symfony/monolog-bundle: ^3.1
- thecodingmachine/phpstan-strict-rules: ^0.12
This package is auto-updated.
Last update: 2024-10-29 00:01:38 UTC
README
Requirements
- PHP 8.0
- Sulu ^2.5.*
- Symfony ^5.0 || ^6.0
Features
- List view of Product
- Routing
- Preview
- SULU Media include
- Content Blocks (Title,Editor,Image,Quote)
- Activity Log
- SEO
Installation
Install the bundle
Execute the following composer command to add the bundle to the dependencies of your project:
composer require digitalweb/sulu-product-bundle --with-all-dependencies
Afterwards, visit the bundle documentation to find out how to set up and configure the SuluProductBundle to your specific needs.