Download the PHP package axllent/silverstripe-news without Composer
On this page you can find all versions of the php package axllent/silverstripe-news. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download axllent/silverstripe-news
More information about axllent/silverstripe-news
Files in axllent/silverstripe-news
Download axllent/silverstripe-news
More information about axllent/silverstripe-news
Files in axllent/silverstripe-news
Vendor axllent
Package silverstripe-news
Short Description News module for SilverStripe 3
License The MIT License (MIT)
Homepage https://github.com/axllent/silverstripe-news
Package silverstripe-news
Short Description News module for SilverStripe 3
License The MIT License (MIT)
Homepage https://github.com/axllent/silverstripe-news
Please rate this library. Is it a good library?
Informations about the package silverstripe-news
News module for SilverStripe 3
A module to add a news page (like a blog) for SilverStripe 3. It uses DataObjects for individual news articles, mapping each one to an individual URL using $url_handlers.
Features
- DataObjects instead of SiteTree for news articles (much neater than adding every article into SiteTree)
- Controller $url_handlers to provide each article its own page
/<newspage>/article/<article-name>-<id>/
(auto-generated) - Individual article date & time - will not show if in the future allowing schedules posts
- Custom
Breadcrumbs()
function to add articles to breadcrumbs - RSS feed
- Pagination (see below)
Requirements
- SilverStripe >=3.1
Pagination
By default the articles get paginated per 10 articles. You can change this (for instance) in your mysite/_config/config.yml
All versions of silverstripe-news with dependencies
PHP Build Version
Package Version
Requires
silverstripe/framework Version
^3.1
The package axllent/silverstripe-news contains the following files
Loading the files please wait ....