How to add new module?

Hi
Which php file The new module folder Defined.
For example, create service module
I copy the products folder and rename it to services
but when i call : http://127.0.0.1/invoiceplane/index.php/services/
404 Page Not Found
Thank

Did you create 2 new TABLEs in your DATABASE?

i create 1 TABLE :service1

You should have 2 tables:

  1. ip_services
  2. ip_service_custom

And you need to have a directory in /application/modules/services

1 Like

The problem was solved
Thanks

Can you please share what you have done as I’m trying to do the same with little success.

Same here, i can’t get it to work.