Download the PHP package libelulasoft/yii2-error-handler without Composer
On this page you can find all versions of the php package libelulasoft/yii2-error-handler. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download libelulasoft/yii2-error-handler
More information about libelulasoft/yii2-error-handler
Files in libelulasoft/yii2-error-handler
Package yii2-error-handler
Short Description Error handler for mongo databases
License Apache-2.0
Informations about the package yii2-error-handler
Error handler
Error handler for mongo database
Installation
The preferred way to install this extension is through composer.
Either run
or add
to the require section of your composer.json
file.
Migration
Si se quiere migrar de la version taguz91/yii2-error-handler
a la nueva version libelulasoft/yii2-error-handler
se debe seguir los siguientes pasos:
-
Seguir la guia de migracion para yii2-common-helpers.
-
Eliminar la version actual
-
Instalar la nueva version
-
Se debe cambiar el namespace
taguz91\ErrorHandler
aLibelulasoft\ErrorHandler
en todo el proyecto. -
Actualizar las configuraciones de la libreria, agregando las nuevas opciones:
- bdConnection nombre de la base de datos que se usara para guardar todas las excepciones.
- saveError booleano que nos indica si debemos guardar los errores en base de datos.
- showTrace booleano que nos indica si debemos mostrar le trace en la response, por defecto utiliza la constante YII_DEBUG
- saveBody booleano que nos indica si debemos guardar los datos enviados por post en la excepcion, por defecto se utiliza la constante YII_DEBUG
- Probamos que todo funcione de forma correcta.
Usage
Once the extension is installed, simply use it in your code by:
All versions of yii2-error-handler with dependencies
yiisoft/yii2 Version ~2.0.41
mongodb/mongodb Version ^1.8.0
yiisoft/yii2-mongodb Version ^2.0
libelulasoft/yii2-common-helpers Version ^1.0
symfony/mailer Version ^6.0