Build Your First Extension
Let's create a booking list extension. For any new extension, you have to know the directory structure first.
Last updated
Let's create a booking list extension. For any new extension, you have to know the directory structure first.
Last updated
|->public
|->application
|->extensions
|->minical-extension-boilerplate
|->assets
|->js
|->css
|->config
|->autoload.php
|->config.php
|->menu.php
|->route.php
|->controllers
|->helpers
|->hooks
|->actions.php
|->filters.php
|->language
|->libraries
|->models
|->view
|->composer.json