Missing Method in JuniorsController Cake\Controller\Exception\MissingActionException

Documentation API

The action index.html is not defined in JuniorsController

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

<?php
namespace App\Controller;

use 
App\Controller\AppController;

class 
JuniorsController extends AppController
{

    public function 
index.html()
    {

    }
}

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

toggle vendor stack frames