You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 8, 2022. It is now read-only.
According to http://docs-new.slimframework.com/features/templates/ ("Register the view service"), the code to use is:
However that throws a fatal error
Call to undefined method Slim\App::register().From the readme at https://github.com/slimphp/Twig-View it seems the correct code is actually:
.. which seems to at least get rid of the error.