Skeleton for building custom yootheme pro plugins for joomla 3 / 4
- Create a new GIT repo using this template
- Clone the new repo locally
- Rename every file containing
[PLUGIN_NAME]
with your new plugin name (example:yooalgolia
) - Search and replace
[PLUGIN_NAMESPACE]
with your namespace for php (example:YOOAlgolia
) - Search and replace
[PLUGIN_NAME]
with your new plugin name (example:yooalgolia
) - Search and replace
[PLUGIN_TITLE]
with your new plugin title (example:YOOalgolia
) - Search and replace
[PLUGIN_DESCRIPTION]
with your new plugin description (example:Algolia elements for YOOtheme PRO
)
Automatic support for composer in /src
, so cd ./src && composer install
Automatic support for JS files and their compilation with cd ./src && npm install && npm run watch
./build.sh