Missing Method in InstitucionalController Cake\Controller\Exception\MissingActionException

Documentation API

The action index.php is not defined in InstitucionalController

Error: Create InstitucionalController::index.php() in file: src/Controller/InstitucionalController.php.

<?php
namespace App\Controller;

use 
App\Controller\AppController;

class 
InstitucionalController extends AppController
{

    public function 
index.php()
    {

    }
}

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

toggle vendor stack frames