mangoweb / mangopress-templating
Prepared templating workflow with filters and macros.
dev-master
2020-02-06 11:54 UTC
Requires
- php: >=7.0
- latte/latte: >=2.4
- nette/http: >=2.4
- nette/utils: >=2.4
This package is not auto-updated.
Last update: 2026-02-27 17:15:59 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.