diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 25 |
1 files changed, 16 insertions, 9 deletions
@@ -78,21 +78,28 @@ matching have been published. No need to monkey_patch and it works well enough. ## Concepts - Router Mojolicious build-in - Configuration INI via Config::Tiny + Logging Mojo::Log + Router Mojolicious::Routes Middleware (auth) Mojo under Controller/Handler Mojolicious::Controller - Templates Mojo format ep - Template helpers Mojolicious->helper - i18n (url rewriting) see 'I18N patch url_for' - Sessions (server side) self developed plug-in + Templates Mojolicious::Renderer (format ep) + Sessions Mojo::Sessions (cookies) and Plugin::ServerSideSessionData Flash Mojo + Validation Mojo::Validator + MIME handling + Static server Mojolicious::Static + Maildir client + Object system Mojo::Base and Role::Tiny + Exceptions + Frontend code + Configuration Plugin::INIConfig Pagination self developed - Validation Mojo - Logging Mojo::Log + I18N Plugin::I18N2 + Debug printing Data::Dumper Development server Mojo - MIME handling + Frontend package manager NPM + Backend package manager CPAN Dependencies |