thecadien / sulu-news-bundle
Simple News Bundle for Sulu 2 CMS
Installs: 2 495
Dependents: 0
Suggesters: 0
Security: 0
Stars: 14
Watchers: 4
Forks: 12
Open Issues: 15
Type:sulu-bundle
Requires
- php: ^8.1
- laminas/laminas-zendframework-bridge: ^1.4
- rector/rector: ^0.15.7
- sulu/sulu: 2.5.*
- sulu/sulu-rector: ^0.1.3
- 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: ^1.0
- phpspec/prophecy: ^1.15
- phpstan/phpstan: ^1.9
- phpstan/phpstan-doctrine: ^1.2
- phpstan/phpstan-phpunit: ^1.0
- phpstan/phpstan-symfony: ^1.1
- phpstan/phpstan-webmozart-assert: ^1.0
- 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: ^1.0
This package is auto-updated.
Last update: 2024-10-31 00:34:06 UTC
README
Requirements
- PHP 8.0
- Sulu ^2.5.*
- Symfony ^5.0 || ^6.0
Features
- List view of News
- 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 thecadien/sulu-news-bundle --with-all-dependencies
Afterwards, visit the bundle documentation to find out how to set up and configure the SuluNewsBundle to your specific needs.