blesta / extension_generator
Extension Generator Description
Installs: 303
Dependents: 0
Suggesters: 0
Security: 0
Stars: 5
Watchers: 8
Forks: 0
Open Issues: 7
Language:Smarty
Type:blesta-plugin
Requires
- php: >=7.2.0
- blesta/composer-installer: ~1.0
Requires (Dev)
- phpunit/phpunit: ~4.6
- satooshi/php-coveralls: ~0.7
- squizlabs/php_codesniffer: ~3.0
This package is auto-updated.
Last update: 2024-10-13 21:31:50 UTC
README
This is a plugin for automatically generating files for new Blesta extensions.
Install the Plugin
-
You can install the plugin via composer:
composer require blesta/extension_generator
-
OR upload the source code to a /plugins/extension_generator/ directory within your Blesta installation path.
For example:
/var/www/html/blesta/plugins/extension_generator/
-
Log in to your admin Blesta account and navigate to
Settings > Plugins
-
Find the Extension Generator plugin and click the "Install" button to install it
-
You're done!