-
Notifications
You must be signed in to change notification settings - Fork 123
Missing Zend-i18n package #170
Comments
@jbelien Thanks for reporting the issue. Can you explain what's wrong with return [
'Zend\Db',
'Zend\Filter',
'Zend\Hydrator',
'Zend\InputFilter',
'Zend\Paginator',
'Zend\Router',
'Zend\Validator',
'ZF\Apigility',
'ZF\Apigility\Documentation',
'ZF\ApiProblem',
'ZF\Configuration',
'ZF\OAuth2',
'ZF\MvcAuth',
'ZF\Hal',
'ZF\ContentNegotiation',
'ZF\ContentValidation',
'ZF\Rest',
'ZF\Rpc',
'ZF\Versioning',
'Application',
]; so all modules are with single Also see: |
It indeed works with on single slash |
This repository has been closed and moved to laminas-api-tools/api-tools-skeleton; a new issue has been opened at laminas-api-tools/api-tools-skeleton#1. |
Hello,
I just installed a fresh install of Apigility with
curl -sS https://apigility.org/install | php
(according to documentation).I started playing with it (it's my first time using Apigility) but I couldn't add an
alpha
validator on my field.Looking at the console I realized I had the following error:
To fix the issue, I added the
zendframework/zend-i18n
package withcomposer require zendframework/zend-i18n
and added'Zend\\I18n'
inmodules.config.php
(it was done by composer but there was a\
missing).I hope it helps :)
The text was updated successfully, but these errors were encountered: