Skip to content

Manually including routes.php is not required #2

@ReplicaObscura

Description

@ReplicaObscura

With the new CakePlugin architecture, Blog's routes.php file can be loaded in a more Cake way:

CakePlugin::routes('Blog'); // Load Blog plugin routes

or

CakePlugin::routes(); // Load all plugin routes

Not an issue really, but just a note that it's even easier to use your plugin now :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions