mangoweb/mangopress-templating

Prepared templating workflow with filters and macros.

Installs: 12 034

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 5

Forks: 2

Open Issues: 2

pkg:composer/mangoweb/mangopress-templating

dev-master 2020-02-06 11:54 UTC

This package is not auto-updated.

Last update: 2025-09-26 15:31:02 UTC


README

Prepared templating workflow with filters and macros.

MangoPressTemplating::init();

More about available filters in https://github.com/manGoweb/MangoPress/wiki/Template-filters

Using flash messages

In PHP:

$param = flashSuccess('Something just went great!');
wp_redirect(add_query_arg(FLASH_KEY, $param));

and then in latte much like in regular Nette templates.