ride/web-manual

Manual browser of a Ride web application.

1.0.0 2016-10-14 14:57 UTC

This package is auto-updated.

Last update: 2024-04-12 23:22:52 UTC


README

Manual browser for a Ride web application.

To activate, add the routes from config/routes.manual.json to your configuration.

For example, in application/config/routes.json, you can set:

{
    "routes": [
        {
            "path": "/admin/documentation/manual",
            "file": "config/routes.manual.json"
        },
    ]
}

Related Modules

Installation

You can use Composer to install this application.

composer require ride/web-manual