"require": {Folder /fuel/vendor/monolog/monolog exists. I have place breakpoints in Autoloader::load() and can't find 'Monolog\Logger' neither in `static::$classes` nor in `static::$core_namespaces`.
"monolog/monolog": "1.18.*",
},
<?php
require COREPATH.'bootstrap.php';
\Autoloader::add_classes([ // some classes replacements ]);
\Autoloader::register();
require APPPATH.'vendor/autoload.php';
\Fuel::$env = \Arr::get($_SERVER, 'FUEL_ENV', \Arr::get($_ENV, 'FUEL_ENV', \Fuel::DEVELOPMENT));
\Fuel::init('config.php');
require APPPATH.'functions.php';
\Fuel::load(APPPATH.'traits'.DS.'cache.php');
It looks like you're new here. If you want to get involved, click one of these buttons!