We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, using the specifics of the installation tutorial, CakePHP 2.10.x won't recognize the plugin?
Code used:
CakePlugin::load('Monolog'); CakeLog::config('debug', array( 'engine' => 'Monolog.Monolog', 'channel' => 'app', 'handlers' => array( 'Stream' => array( LOGS . 'debug.log', 'formatters' => array( 'Line' => array("%datetime% %channel% %level_name%: %message%\n") ) ) ) ));
And in app/composer.json:
"require": { "php": ">=5.3.0", "ext-mcrypt": "*", "cakephp/cakephp": "~2.9", "jadb/cakephp-monolog": "*" },
The text was updated successfully, but these errors were encountered:
The same issue happened on a legacy project I'm working on.
Sorry, something went wrong.
No branches or pull requests
Hi, using the specifics of the installation tutorial, CakePHP 2.10.x won't recognize the plugin?
Code used:
And in app/composer.json:
The text was updated successfully, but these errors were encountered: