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

NAME

Dancer2::Plugin::Articulate - use Articulate in your Dancer2 App

SYNOPSIS

        # in config.yml
        plugins:
                Articulate:
                        components:
                                framework:
                                        Articulate::FrameworkAdapter::Dancer2:
                                                appname: MyApp
                        # Other Articulate config goes here

Creates an instance of Articulate using your Dancer2 config, and enables the app, declaring routes, etc. See Articulate for how to configure and use it, and Articulate::FrameworkAdapter::Dancer2 for details of the integration between Dancer2 and Articulate.

SEE ALSO

BUGS

Bugs should be reported to the github issue tracker. Pull Requests welcome!

COPYRIGHT

Articulate is Copyright 2014-2015 Daniel Perrett. You are free to use it subject to the same terms as perl: see the LICENSE file included in this distribution for what this means.