henoke molla
henoke molla

Reputation: 11

PHP Fatal error: Uncaught Error: Class 'Cake\Console\CommandRunner' not found

Operating system: Fedora 25,
cakePHP version 3,
PHP version 7

How can i fix this class not found issue, the error is showing when trying to run bin/cake bake command.

Thanks in advance.

Upvotes: 0

Views: 1812

Answers (1)

Mark Story
Mark Story

Reputation: 1269

Sounds like you might have a new application skeleton with an older CakePHP. Try updating your CakePHP version to the latest 3.5

Upvotes: 4

Related Questions