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

Changes for version 1.015 - 2018-11-24

  • Added
    • Basic Markdown field for Bootstrap4 plugin. Markdown is not yet processed correctly, but that will be added later. Thanks @mohawk2!
    • Added documentation about how the OpenAPI spec is generated, along with the ability to provide your own OpenAPI spec to the editor.
    • Added a new documentation website to http://preaction.me/yancy
  • Fixed
    • Added more tables to ignore by default: Now all the "pubsub" tables for Mojo::mysql::PubSub and Mojo::SQLite::PubSub are ignored, as well as the tables for DBIx::Class::Schema::Versioned.
  • Other
    • Improved test coverage thanks to http://cpancover.com. Thanks @mohawk2 for doing this work!

Documentation

Start the standalone Yancy web application
Handles talking to the database.
How to configure Yancy
How to run Yancy without writing Perl code

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 role to give a synchronous backend useful Promises methods
A backend for SQLite using Mojo::SQLite
Basic controller for displaying content
An OpenAPI REST controller for the Yancy editor
A controller to show a user only their content
A simple auth module for a site
Generate form HTML using various UI libraries
Generate forms using Bootstrap 4
Utilities for Yancy