Home > Article > Backend Development > How does the slim framework create a controller layer?
This is the effect I want to achieve
This is the effect I want to achieve
<code>$app->get('/test', '\HomeController:show');</code>
The document clearly explains how to create a controller