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

Changes for version 1.088 - 2021-12-18

  • Added
    • Added "join" configuration to Yancy controller. This allows for easy adding of related data to a basic route.
  • Fixed
    • Fixed join handling on the Memory backend from the additions made in 1.086.

Documentation

Start the standalone Yancy web application
Guide to Yancy Documentation
How to do user authentication and authorization in Yancy
Recipes for Yancy apps
Configuring and Extending the Yancy Editor
Building modules for your application's business logic
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
Interface to a database
A backend for DBIx::Class schemas
A backend entirely in memory
Abstract base class for drivers based on Mojo DB drivers
A backend for MySQL using Mojo::mysql
A backend for Postgres using Mojo::Pg
Role for backends that use DBI
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
Model layer for Yancy apps
Interface to a single item
Interface to a single schema
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
Role-based access controls (RBAC)
Utilities for Yancy

Examples