Welcome Guest, Not a member yet? Register   Sign In
Controllers does not show when i use them in URL
#4

(This post was last modified: 07-16-2020, 07:43 PM by BlackBanana.)

(07-16-2020, 07:18 AM)jreklund Wrote: Did you name your file Helloworld.php with a capital H? It won't work otherwise.

Have you disabled $routes->setAutoRoute(true); in App\Config\Routes? As it needs to be true, to automatically find it.

Yes its capital , the problem was in

$routes->setAutoRoute(false);


i made it

$routes->setAutoRoute(true);

thank you for help
Increase Your Awareness
Reply


Messages In This Thread
RE: Controllers does not show when i use them in URL - by BlackBanana - 07-16-2020, 03:57 PM



Theme © iAndrew 2016 - Forum software by © MyBB