Can anyone recommend a PHP framework shall I use for my project in which their is admin and the frontend?

Project Description: I have to create admin in which

  1. When I am going to add Category which will display on the frontend.
  2. When I will add products into a specific category then these products will be shown on the frontend inside that particular category.

Please tell me which PHP framework is suitable for that task.

Any of the PHP frameworks will be suitable for that, or you could even just use plain PHP. Have you researched any of the frameworks to see what their differences are? Do you have any prior experience with any of the PHP frameworks?

If you want one that is light-weight and fairly quick to learn, you could try CodeIgniter.

1 Like

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.