AppController must extend AppController from a plugin

Your problem is that \Cake\Controller\AppController doesn’t exist. There is no AppController class in the core CakePHP library, you’re looking for \Cake\Controller\Controller