Download the PHP package jflepp/picofiletime without Composer
On this page you can find all versions of the php package jflepp/picofiletime. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download jflepp/picofiletime
More information about jflepp/picofiletime
Files in jflepp/picofiletime
Download jflepp/picofiletime
More information about jflepp/picofiletime
Files in jflepp/picofiletime
Vendor jflepp
Package picofiletime
Short Description A plugin for Pico to set the page creation date from the last write of the file
License unlicense
Package picofiletime
Short Description A plugin for Pico to set the page creation date from the last write of the file
License unlicense
Please rate this library. Is it a good library?
Informations about the package picofiletime
PicoFileTime
A pico plugin to take the creation date from the file last write time.
Features 100% test coverage (without wrappers and connectors)
Pull requests welcome!
Installation
Install via composer composer require jflepp/picofiletime
Usage in themes
{% for page in pages %}
<li>{{ page.id }} - <a href="{{ page.url }}">{{ page.url }}</a> - {{ page.meta.creation_date }}</li>
{% endfor %}
{{ current_page.meta.creation_date }}
Configuration
PicoFileTime provides no additional configuration, but you can use Picos inbuilt configuration to sort pages according to their creation date:
pages_order_by_meta: creation_date
pages_order_by: meta
pages_order: descAll versions of picofiletime with dependencies
PHP Build Version
Package Version
No informations.
The package jflepp/picofiletime contains the following files
Loading the files please wait ...