-
-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing Zend-i18n package #1
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: Originally posted by @michalbundyra at zfcampus/zf-apigility-skeleton#170 (comment) |
It indeed works with on single slash Originally posted by @jbelien at zfcampus/zf-apigility-skeleton#170 (comment) |
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 :)
Originally posted by @jbelien at zfcampus/zf-apigility-skeleton#170
The text was updated successfully, but these errors were encountered: