Config Folder Files
In the process extension develpoment, you will find a config folder. It contains three important files, each of these files has different work.
Autoload file:- This loads the CSS/JS/Helper dependencies into extension.
Autoload FileConfig file:- This loads the config details of the extension.
Config FileRoute file:- This manages the route of the extension.
Route FileLast updated