Missing Method in LocacoesController Cake\Controller\Exception\MissingActionException

Documentation API

The action index.php is not defined in LocacoesController

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

<?php
namespace App\Controller;

use 
App\Controller\AppController;

class 
LocacoesController 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