Hello,
Today I will share with you my project, based on Slim Framework 4.
The project uses Medoo as ORM and some useful features (locale in URI to use routes with all languages without using group in routes, a middleware to identify language from user browser, a middleware to write dynamic routes from DB to create alias or redirect without writing new routes in PHP, and lot more).
Just download the project from repository, use composer install for dependencies, and follow the Wizard for the first configuration).
Hello,
in config/settings.php
Look at âsettings.errorâ and change âdisplay_error_detailsâ => false, to âdisplay_error_detailsâ => true,
You can open issue to github.
Thanks for your interest in my project, I have update my CMS based on slim v4. Itâs open source, free to use. You can see the code here: https://github.com/per-seo/cms
Suggestions are welcome. This is a version with Twig included, next I will create a repository for an âapi RestFULâ version of my cms.