I have set of code of tutorial INVO as pre the Phanlcon Official documentation. I just want to customize the code as per my need, So I wrote some code to prepare a fresh Module. I created the below files that are needed to create the full module
app/controllers/AbcController.php
app/model/Abc.php
app/forms/AbcForm.php
app/view/index.volt
app/view/edit.volt
app/view/search.volt
app/view/new.volt
After creating all these file, I am able to runt he module,but In this particular module I am not able to see the tabs having the links. I think I am missing something, Help me out.