slim3-controller
slim3-controller copied to clipboard
Provides controller functionality to Slim Framework v3. Also includes PHPUnit TestCase for testing controllers.
Hello Marty, I know it's novice question. I was trying out to create a PHP Application. Already configured slim for my working. It's working fine without controllers. I have integrated...
The RegEx to extract the controller name doesn't play well with PHP 7.2. It throws an error on line 53 as follows: > Notice: Undefined offset: 1 in /...../src/Controller.php on...
``` i think this route more better.$this->get('/','\Controller\adminController:index'); ``` but error. Catchable fatal error: Argument 1 passed to MartynBiz\Slim3Controller\Controller::__construct() must be an instance of Slim\App, instance of Slim\Container given, called in...