2017 © Pedro Peláez
 

yii2-extension blcms-error-handler

Error hadler module for Black-Lamp CMS

image

black-lamp/blcms-error-handler

Error hadler module for Black-Lamp CMS

  • Thursday, March 9, 2017
  • by GutsVadim
  • Repository
  • 5 Watchers
  • 0 Stars
  • 114 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 12 Versions
  • 9 % Grown

The README.md

blcms-error-handler

Error hadler module for Black-Lamp CMS, (*1)

Installation

Run command

composer require black-lamp/blcms-error-handler

or add, (*2)

"black-lamp/blcms-error-handler": "0.*"

to the require section of your composer.json., (*3)

Add module to frontend application config

'modules' => [
        'error' => [
            'class' => bl\cms\error\Module::className(),
            'webmasterEmail' => 'webmaster@test.com',
            'sendMailAutomatically' => true,
            'enableUserMessageSending' => false
        ],
],
'components' => [
        'errorHandler' => [
            'errorAction' => '/error/error/index',
        ],

        'errorHandler' => [
                    'errorAction' => '/error/error/index',
                ],

                'errorMailer' => [
                    'class' => yii\swiftmailer\Mailer::className(),
                    'useFileTransport' => false,
                    'messageConfig' => [
                        'charset' => 'UTF-8',
                    ],
                    'transport' => [
                        'class' => 'Swift_SmtpTransport',
                        'username' => $params['webmasterEmail'],
                        'password' => $params['webmasterEmailPassword'],
                        'host' => $params['emailHost'],
                        'port' => $params['emailPort'],
                        'encryption' => 'ssl', // if it is need
                    ],
                ],
]

The Versions

09/03 2017

dev-master

9999999-dev

Error hadler module for Black-Lamp CMS

  Sources   Download

The Requires

 

by Albert Gainutdinov

cms error black-lamp

09/03 2017

v0.1.1

0.1.1.0

Error hadler module for Black-Lamp CMS

  Sources   Download

The Requires

 

by Albert Gainutdinov

cms error black-lamp

14/02 2017

v0.1.0

0.1.0.0

Error hadler module for Black-Lamp CMS

  Sources   Download

The Requires

 

by Albert Gainutdinov

cms error black-lamp

10/02 2017

v0.0.9

0.0.9.0

Error hadler module for Black-Lamp CMS

  Sources   Download

The Requires

 

by Albert Gainutdinov

cms error black-lamp

10/02 2017

v0.0.8

0.0.8.0

Error hadler module for Black-Lamp CMS

  Sources   Download

The Requires

 

by Albert Gainutdinov

cms error black-lamp

09/02 2017

v0.0.7

0.0.7.0

Error hadler module for Black-Lamp CMS

  Sources   Download

The Requires

 

by Albert Gainutdinov

cms error black-lamp

09/02 2017

v0.0.6

0.0.6.0

Error hadler module for Black-Lamp CMS

  Sources   Download

The Requires

 

by Albert Gainutdinov

cms error black-lamp

09/02 2017

v0.0.5

0.0.5.0

Error hadler module for Black-Lamp CMS

  Sources   Download

The Requires

 

by Albert Gainutdinov

cms error black-lamp

08/02 2017

v0.0.4

0.0.4.0

Error hadler module for Black-Lamp CMS

  Sources   Download

The Requires

 

by Albert Gainutdinov

cms error black-lamp

02/02 2017

v0.0.3

0.0.3.0

Error hadler module for Black-Lamp CMS

  Sources   Download

The Requires

 

by Albert Gainutdinov

cms error black-lamp

14/05 2016

0.0.2

0.0.2.0

Error hadler module for Black-Lamp CMS

  Sources   Download

The Requires

 

by Albert Gainutdinov

cms error black-lamp

14/05 2016

0.0.1

0.0.1.0

Error hadler module for Black-Lamp CMS

  Sources   Download

The Requires

 

by Albert Gainutdinov

cms error black-lamp