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

Changes for version 1.070 - 2021-05-08

  • Fixed
    • Fixed issues with `format` changes in Mojolicious 9.11. Thanks @kiwiroy for reporting and fixing these issues! [Github #131, #132, #133]
    • Reorganized documentation into Guides, more like Mojolicious. This is a work-in-progress, so there's lot more to do.
    • Removed fallback template rendering from standalone app. The standalone app is going to evolve into a base class for starting new Yancy apps, and this feature does not fit well.

Documentation

Start the standalone Yancy web application
Handles talking to the database.
Guide to Yancy Documentation
How to do user authentication and authorization in Yancy
Recipes for Yancy apps
Configuring and Extending the Yancy Editor
How to connect to and describe your schema
Yancy's First Steps
Changes and deprecations when upgrading Yancy

Modules

Embed a simple admin CMS into your Mojolicious application
The Best Web Framework Deserves the Best CMS
A backend for DBIx::Class schemas
A backend for MySQL using Mojo::mysql
A backend for Postgres using Mojo::Pg
A role to give a relational backend relational capabilities
A role to give a relational backend relational capabilities
A role to give a synchronous backend useful Promises methods
A backend for SQLite using Mojo::SQLite
Commands for working with Yancy backends
Copy data between backends
Basic controller for displaying content
(DEPRECATED) An OpenAPI REST controller for the Yancy editor
A controller to show a user only their content
Internationalization (i18n) for Yancy
English lexicon for Yancy strings
Add one or more authentication plugins to your site
(DEPRECATED) A simple auth module for a site
Authenticate using Github's OAuth2 provider
Authenticate using an OAuth2 provider
A simple password-based auth
Add authorization based on user attributes
A simple token-based auth
Yancy content editor, admin, and management application
Manage file uploads, attachments, and other assets
Generate form HTML using various UI libraries
Generate forms using Bootstrap 4
Utilities for Yancy

Examples