I want to make a comment website. I feel laravel is too huge and ci performance is not good. I want to use slim, but I have read the next tutorial and found that I have written the route, but I have not written the view and template, and I have a database. ask how to use the view template and database in slim. I want to make a comment website. I feel laravel is too huge and ci performance is not good. I want to use slim, but I have read the next tutorial and found that I have written the route, but I have not written the view and template, and I have a database. ask how to use the view template and database in slim.
Reply content:
I want to make a comment website. I feel laravel is too huge and ci performance is not good. I want to use slim, but I have read the next tutorial and found that I have written the route, but I have not written the view and template, and I have a database. ask how to use the view template and database in slim.
If Laravel is too large, we will use lumen link to describe it. The Laravel-based micro-framework has better performance than slim. It was just released today.
How to use slim $ app-> post? Always report 404 $ app-> get normal
Slim needs to integrate their own orm, with the template engine, http://www.slimframework.com/docs/features/templates.html
You can use the following two Packages for your problem:
Usage: The Readme. md documentation is provided in the above package.