Commit 69acd21a by Frédéric

Readme

parent d5bb287c
Bolt Extension Starter Tourinsoft Extension
====================== ======================
A starter skeleton for a Bolt v3.x Extension ## Installation
To get going run the following command, replacing the last argument with the name of your extension: #### *Composer.json edition*
`composer create-project --no-install 'bolt/bolt-extension-starter:^3.0' <newextname>` In file **extensions/composer.json** add this following line:
For more information, see this page in the Bolt documentation: https://docs.bolt.cm/extensions/building-starter/about ```json
"appolo": {
"type": "composer",
"url": "https://market.appolo.fr/satis/"
},
```
Yalah in this block:
\ No newline at end of file
```json
"repositories": {
"packagist": false,
"bolt": {
"type": "composer",
"url": "https://market.bolt.cm/satis/"
}
},
```
#### *Composer require*
Go to base dir with terminal and run this following lines :
```bash
cd extensions
composer require appolo/tourinsoft
```
## Configuration
Change this keys in configuration:
- ot_key
- cdn_url
## Twig Filter
In order to parse data, you can use twig filter
Exemple:
```
{{record.ouverture|tourinsoft}}
```
\ No newline at end of file
{ {
"name": "appolo/tourinsoft", "name": "appolo/tourinsoft",
"description": "", "description": "Tourinsoft extension for Bolt",
"type": "bolt-extension", "type": "bolt-extension",
"keywords": [ "keywords": [
], ],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment