zfcampus / zf-apigility-admin

Admin API and UI for Apigility
BSD 3-Clause "New" or "Revised" License
90 stars 64 forks source link

Error Missing "type" option #367

Open marashlyansuren opened 8 years ago

marashlyansuren commented 8 years ago

zf-apigility-admin's zf-apigility rout does not contains type and options

this is your current version rout structures which is cause of error

'router' => [
    'routes' => [
        'zf-apigility' => [
            'child_routes' => [
                'ui' => [
                    'type'  => 'Literal',
                    'options' => [
                        'route' => '/ui',
                        'defaults' => [
                            'controller' => Controller\App::class,
                            'action'     => 'app',
                        ],
                    ],
                ],
colinkelly commented 8 years ago

Can you please elaborate on the issue and how it causes an issue?

An example(obviously do not give any code that is part of your application or org, just an example) would help.

Thanks for your help!

weierophinney commented 4 years ago

This repository has been closed and moved to laminas-api-tools/api-tools-admin; a new issue has been opened at https://github.com/laminas-api-tools/api-tools-admin/issues/15.