I would like to know if there is a possibility to create a driver in cakePHP 3.5.x that can use a table that is not associated with its name, for example if I want to follow its conventions I create a plural table of students "studens" so that the entity and table of CAKE should follow its sigular / plural conventions, but the controller I want to call students so that the route is understandable for Spanish speakers, since the system will be for them, this sends an error because for That cake data expects you to name the driver studens, there is some way to call it students and have access to the student model.
Greetings and thanks