NAME

Daje::Plugin::Apploader - It's new $module

SYNOPSIS

load_ables => {
          namespaces => {
              plugins => [
                  {
                      name => ''
                 }
              ],
              routes => [
                  {
                      name => ''
                 }
              ]
          },
       plugin => [
              {
                 name => '',
                 options => [
                     {
                         name => '',
                        option => ''
                    }
                ]
            }
        ],
        helper => [
            {
                name => '',
                class => '',
                options => ''
            }
        ],
        routes => [
            {
                route => '',
                target => '',
                method => ''
            }
        ]
  }
  use Daje::Plugin::Apploader;

  sub register ($self, $app)

DESCRIPTION

Daje::Plugin::Apploader is ...

REQUIRES

Mojo::Loader

v5.40

Mojo::Base

METHODS

register

register();

AUTHOR

janeskil1525 <janeskil1525@gmail.com>

LICENSE

Copyright (C) janeskil1525.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.