-
Here is the usage of the validator in the form:
```
[
"name" => "email",
"required" => false,
"validators" => [
[
"name" => "EmailAddress"
]
]
]
```
The p…
-
Hi I've found a typo on line 10 in module.config.php
use Zend\View\Modle\ViewModel;
should be Zend\View\Model\ViewModel;
-
Hi, is it possible to make a layer that's last in line in the fragment shader renderer. The reason I ask is because I'm trying to create a an AlphaGradient Layer, essentially the same as the Gradient …
-
In my development I stoped getting exception errors. I checked the Application and verified that:
``` php
'display_exceptions' => true,
```
Later I discovered that zf-rest override my setting at:
ht…
mbn18 updated
4 years ago
-
Currently, the setIdentity method requires the IdentityInterface (https://github.com/zfcampus/zf-rest/blob/master/src/Resource.php#L82).
This makes a lot of assumptions around what identity means to …
-
ZF\Rest\Resource generates a soft warning (for now) referring to the classname. "Resource" is listed as restricted on php.net.
This is the list of reservered php7 keywords: http://php.net/manual/en/r…
-
The documentation states that a factory stored in a class would implement FactoryInterface but it doesn't reference which one. In ZF3 there still exists the ZF2 FactoryInterface which requires a 'crea…
-
It might be a good idea to demonstrate in the documentation a migration path from this abstract factory to an explicit factory. One of the frequent comments I've seen from folks about the deprecation …
-
We can not install your module on our Magento 2.4 with php 7.3 environment.
We get the following error:
Problem 1
- magento/framework 102.0.0 requires php ~7.1.3||~7.2.0 -> your PHP version…
-
Is there a built in config I'm missing? Something to read a .env or config.ini/yaml and avail those settings to the entire application? Should there be? Seems like low hanging fruit that would be a n…