Missing Controller Cake\Routing\Exception\MissingControllerException

Documentation API

Error: %20customersController could not be found.

Error: Create the class %20customersController below in file: src/Controller/%20customersController.php

<?php
namespace App\Controller;

use 
App\Controller\AppController;

class %
20customersController extends AppController
{

}

If you want to customize this error message, create src/Template/Error/missing_controller.ctp

toggle vendor stack frames