The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.007 - 2017-12-16

  • Added
    • Added `controller_class` configuration to Plugin. Now you can make your own controller to customize things like authorization.
    • Added `config` helper to access the configuration for Yancy in custom controllers or plugins
    • Added MultiTenant controller which only shows content that is owned by the current user.
  • Fixed
    • Fixed some problems that would cause the Sqlite backend to not work. Thanks @wlindley! [Github #3]
    • Fixed the plugin and standalone apps to use the same URL scheme by default. This makes the documentation less confusing.
    • The `yancy.set` and `yancy.create` helpers now validate the data and run it through any filters. These helpers are the key to making your own routes that work with data configured in Yancy.

Documentation

Modules

Embed a simple admin CMS into your Mojolicious application
A simple CMS for administrating data
A backend for DBIx::Class schemas
A backend for MySQL using Mojo::mysql
A backend for Postgres using Mojo::Pg
A backend for SQLite using Mojo::SQLite
A test backend for testing Yancy
A simple REST controller for Mojolicious
A controller to show a user only their content
A simple auth module for a site