ride/web-manual

Manual browser of a Ride web application.

Installs: 3 694

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 8

Forks: 0

Open Issues: 0

pkg:composer/ride/web-manual

1.0.0 2016-10-14 14:57 UTC

This package is auto-updated.

Last update: 2025-09-13 03:06:02 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