Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thecadien/sulunewsbundle
Simple News Bundle for Sulu 2 CMS
https://github.com/thecadien/sulunewsbundle
bundle sulu sulucms symfony
Last synced: 15 days ago
JSON representation
Simple News Bundle for Sulu 2 CMS
- Host: GitHub
- URL: https://github.com/thecadien/sulunewsbundle
- Owner: TheCadien
- License: mit
- Created: 2019-11-15T09:43:58.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-25T10:35:48.000Z (7 months ago)
- Last Synced: 2024-10-15T18:23:53.322Z (about 1 month ago)
- Topics: bundle, sulu, sulucms, symfony
- Language: PHP
- Homepage:
- Size: 237 KB
- Stars: 14
- Watchers: 4
- Forks: 12
- Open Issues: 15
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
SuluNewsBundle
[![ezgif-5-d1dd7235da05.gif](https://i.postimg.cc/fTt3nZkh/ezgif-5-d1dd7235da05.gif)](https://postimg.cc/tYbRWKhr)
## 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](https://getcomposer.org/) command to add the bundle to the dependencies of your
project:```bash
composer require thecadien/sulu-news-bundle --with-all-dependencies
```
Afterwards, visit the [bundle documentation](Resources/docs) to find out how to set up and configure the SuluNewsBundle to your specific needs.