Changes for version 1.077 - 2021-09-05

  • Fixed
    • Fixed model schema class fallbacks failing. By default, a simple skeleton Schema/Item object should be created if there is no more specific class to use.
    • Fixed model items to act more like item hashrefs
    • Fixed model schema get() method to pass options hash

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
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