I'm using child routes with success in apigility, but the zfcampus/zf-apigility-documentation and zfcampus/zf-apigility-admin-ui packages apparently don't support the child routes.
I got this Notice on Documentation section:
Notice: Undefined index: my.route/is-child in ./vendor/zfcampus/zf-apigility-documentation/src/ApiFactory.php on line 190
I'm trying to make a fix about that but I need to know why route params have been suppress on zfcampus/zf-apigility-admin-ui on this line. Maybe @ezimuel can help me ?
I'm using child routes with success in apigility, but the zfcampus/zf-apigility-documentation and zfcampus/zf-apigility-admin-ui packages apparently don't support the child routes. I got this Notice on Documentation section:
Notice: Undefined index: my.route/is-child in ./vendor/zfcampus/zf-apigility-documentation/src/ApiFactory.php on line 190
I'm trying to make a fix about that but I need to know why route params have been suppress on zfcampus/zf-apigility-admin-ui on this line. Maybe @ezimuel can help me ?
Originally posted by @lucascampelo at https://github.com/zfcampus/zf-apigility-admin-ui/issues/134