imposter
imposter copied to clipboard
Class not found
PHP Fatal error: Uncaught Error: Class 'AZGFDRIVE\Vendor\Monolog\Logger' not found
All seemed to go well. My prefix was added everywhere in vendor directory as expected. But when Logger is called, the class is not found. What step(s) am I missing to get the Monolog files included? There are no other errors. Composer autoload files look suspect as they do not contain the prefix where I would expect it. I tried composer dump-autoload but that doesn't do anything. Thanks!
Can you make a minimal repo to showcase the composer.json and the code please?