Want to make a comment site, feel laravel is too large, CI performance is not very good. Want to use slim, but looked at the next tutorial, found to write a route, but no write views and templates how to use, and the database. Ask how to use view templates and databases in slim.
Reply content:
Want to make a comment site, feel laravel is too large, CI performance is not very good. Want to use slim, but looked at the next tutorial, found to write a route, but no write views and templates how to use, and the database. Ask how to use view templates and databases in slim.
Too laravel large that is used lumen link description, based on Laravel micro-framework, performance than Slim, just released today.
Slim $app->post How to use it? has been reported 404 $app->get Normal
Slim need to integrate ORM, with template engine, http://www.slimframework.com/docs/features/templates.html
You can use the following two Packages for your problem:
How to use the above package there are README.MD documents are noted.