Slim-Documentation icon indicating copy to clipboard operation
Slim-Documentation copied to clipboard

Old Slim Framework 3 documentation

Results 3 Slim-Documentation issues
Sort by recently updated
recently updated
newest added

According to http://docs-new.slimframework.com/features/templates/ ("Register the view service"), the code to use is: ``` php // Create Slim app $app = new \Slim\App(); // Register Twig View service $app->register(new \Slim\Views\Twig('path/to/templates', [...

Hey, We should add a chapter on testing, so people can learn and improve their code. Thanks