2017 © Pedro Peláez
 

bundle error-log-bundle

Bundle log app errors in db

image

mv/error-log-bundle

Bundle log app errors in db

  • Saturday, October 14, 2017
  • by phpmike
  • Repository
  • 1 Watchers
  • 0 Stars
  • 87 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

MvErrorLogBundle

Bundle for Symfony2 >=2.8 and Symfony 3 that log app errors in db. (Symfony <= 2.7, see 1.x) This doesn't log HTTP exceptions and Access denied exceptions. This was made only for bug tracking. You will have trace and same precisions than dev mode in your log., (*1)

SensioLabsInsight, (*2)

Total Downloads, (*3)

Latest Stable Version, (*4)

INSTALLATION with COMPOSER

php composer.phar require mv/error-log-bundle:"2.0"

1) Add to your AppKernel.php

new Mv\ErrorLogBundle\MvErrorLogBundle(),

2) Add to config.yml

imports:
    - { resource: "@MvErrorLogBundle/Resources/config/config.yml" }

Be carrefull, may be you have already the "imports" key, (*5)

3) Update Database

ex:, (*6)

app/console doctrine:schema:update

or to have dump sql:, (*7)

app/console doctrine:schema:update --dump-sql

4) Ready to log app errors

Your app errors are logged in table mv_error_log, (*8)

Enjoy..., (*9)

To be continued, (*10)

The Versions

14/10 2017

dev-master

9999999-dev

Bundle log app errors in db

  Sources   Download

Apache-2.0

The Requires

 

orm log bundle symfony error

14/10 2017

2.0

2.0.0.0

Bundle log app errors in db

  Sources   Download

Apache-2.0

The Requires

 

orm log bundle symfony error

24/10 2016

1.0.1

1.0.1.0

Bundle log app errors in db

  Sources   Download

Apache-2.0

The Requires

 

orm log bundle symfony error

30/01 2016

1.0.0

1.0.0.0

Bundle log app errors in db

  Sources   Download

GPL

The Requires

 

error log orm symfony