bolt / bolt-extension-starter
Installs: 3 267
Dependents: 0
Suggesters: 0
Security: 0
Stars: 10
Watchers: 14
Forks: 2
Type:bolt-extension
Requires
- bolt/bolt: ^3.0
Requires (Dev)
- phpunit/phpunit: ^4.7
This package is auto-updated.
Last update: 2024-10-29 04:14:38 UTC
README
A starter skeleton for a Bolt v3.x Extension
To get going run the following command, replacing the last argument with the name of your extension:
composer create-project --no-install 'bolt/bolt-extension-starter:^3.0' <newextname>
For more information, see this page in the Bolt documentation: https://docs.bolt.cm/extensions/building-starter/about
Readme Boilerplate
You can use the following boilerplate as a starting point for your extension readme.
Extension Name
This bolt.cm extension ...
Installation
- Login to your Bolt installation
- Go to "Extend" or "Extras > Extend"
- Type
extension-name
into the input field - Click on the extension name
- Click on "Browse Versions"
- Click on "Install This Version" on the latest stable version
Configuration
...
License
This Bolt extension is open-sourced software licensed under the [Your preferred License]