Download the PHP package pixelopen/kirby-news without Composer
On this page you can find all versions of the php package pixelopen/kirby-news. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download pixelopen/kirby-news
More information about pixelopen/kirby-news
Files in pixelopen/kirby-news
Package kirby-news
Short Description A plugin for Kirby 4 CMS to add news module
License MIT
Homepage https://github.com/Pixel-Developpement/kirby-dev
Informations about the package kirby-news
Kirby News plugin
A plugin for Kirby CMS to add a news module
Requirements
- Kirby >= 4
- PHP >= 8
Commercial Usage
This plugin is free
Installation
Download
Download the files and place them inside site/plugins/kirby-news
.
Composer
Git Submodule
You can add the plugin as a Git submodule.
$ cd your/project/root
$ git submodule add https://github.com/Pixel-Open/kirby-news.git site/plugins/kirby-news
$ git submodule update --init --recursive
$ git commit -am "Add Kirby News plugin"
Run these commands to update the plugin:
$ cd your/project/root
$ git submodule foreach git checkout master
$ git submodule foreach git pull
$ git commit -am "Update submodules"
$ git submodule update --init --recursive
Initialization
Run your website. You should the a new page named News. From this page you can create individual news and publish them.
Options
If you want to use the block, you'll need to add the fieldsets news
with the following lines in your /site/config/config.php
:
You can also add your own fieldsets when you extend the fields, to add the news
block and all the other block you want to use.
All versions of kirby-news with dependencies
getkirby/cms Version ^4.0.0
fabianmichael/kirby-meta Version ^1.0