thomas schiavello
thomas schiavello
nowadays there is no way to define the event handler for jobs failure. php-resque have an event handler system that can bind some callable when an event was thrown the...
- Laravel Version: 9.x - PHP Version: 7.x - 8.x Validation rule alpha, use a wrong unicode char property that allow non alpha character to pass the validation. The used...
### Description Cakephp should be able to manage cors request without the need of external packages The proposal is te create a CorsMiddleware that, based on a global configuration, is...
This is a proposal of implementation if the discussed cors middleware. This middleware can be configured on a path basis, so it is not necessary to add the middleware as...
This is a enchantment request. If the rate limit check logic will be exported in a separated class, this package can be used to throttling a specific code portion. for...
in php 8.3 ldap_connect function throw a deprecated warning if used with the signature $host, $port instead of $dsn LDAP identifier set a custom error handler for catching ldap error...
the class class.dbconnection.php must be renamed to class.dBConnection.php because of case sensitive filenames on linux platform
### Description If a nested resource or an associated entity has a validation logic that depends on the parent data or a value of the parent models, there is no...
added to the validator context, information about parent data for nested validator this pull request is related to issue #17705