How to add a new module and include navbar

I’m trying to add new module by creating a new view. but how to include navbar ?

While the application has some modular code, it does not offer a plug-in type interface for modules.

You will have to change the main navbar layouts that points to code in your modules folder.

You have not provided much information on exactly what you are trying to do, or what you have tried. Providing this will help someone to point you towards a working solution.

1 Like

you need at first to add a New li elemnt in your include/Nav after that you need to add a new folder on your module " application/modules " and on it you need to have the following folders :
Controllers, models, views
you can take a look on another folder on application/modules and make one like it with your Code

1 Like