https://github.com/bolt/bolt-extension-starter
A starter skeleton for new Bolt Extensions
https://github.com/bolt/bolt-extension-starter
bolt-extension
Last synced: about 1 year ago
JSON representation
A starter skeleton for new Bolt Extensions
- Host: GitHub
- URL: https://github.com/bolt/bolt-extension-starter
- Owner: bolt
- Created: 2014-11-29T08:51:39.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-06-17T07:57:14.000Z (about 10 years ago)
- Last Synced: 2025-03-30T19:22:15.421Z (over 1 year ago)
- Topics: bolt-extension
- Language: PHP
- Homepage:
- Size: 21.5 KB
- Stars: 10
- Watchers: 17
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Bolt Extension Starter
======================
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' `
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](https://bolt.cm/) extension ...
### Installation
1. Login to your Bolt installation
2. Go to "Extend" or "Extras > Extend"
3. Type `extension-name` into the input field
4. Click on the extension name
5. Click on "Browse Versions"
6. 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]