slim4-skeleton
slim4-skeleton copied to clipboard
A Slim 4 Skeleton
My idea: show all error types in Dev stage.
Hi, I tried adding according to the documentation (eBook Vol. 1) slim/twig-view with the below result. Problem 1 - Root composer.json requires slim/twig-view ^3.3 -> satisfiable by slim/twig-view[3.3.0]. - slim/twig-view...
in a clean installation: ```` ./vendor/bin/phpunit ``` gives this ``` PHPUnit 11.3.0 by Sebastian Bergmann and contributors. Runtime: PHP 8.3.9 Configuration: /Users/rabol/code/web/slim/phpunit.xml .. 2 / 2 (100%) Time: 00:00.012, Memory:...
when runiing phpstan on an new clean installaion one will get this warning: ``` You're using a deprecated config option checkMissingIterableValueType ⚠️️ It's strongly recommended to remove it from your...