Commit 9dfd9222 by Van

feat(all): Update ReadMe

parent 082fcb92
...@@ -5,34 +5,61 @@ Tourinsoft Extension ...@@ -5,34 +5,61 @@ Tourinsoft Extension
#### *Composer.json edition* #### *Composer.json edition*
In file **extensions/composer.json** add this following line: In file **extensions/composer.json**
```json 1- In this block , after accolade of "Bolt"
````
"repositories": {
"packagist": false,
"bolt": {
"type": "composer",
"url": "https://market.bolt.cm/satis/"
}
````
2- Add this following line:
--
**First option, by packages.appolo :**
```
"appolo": { "appolo": {
"type": "composer", "type": "composer",
"url": "https://packages.lab.appolo.fr/" "url": "https://packages.lab.appolo.fr/"
}, },
``` ```
--
**Second option, by path :**
in this block: ```
"tourinsoft": {
"type": "path",
"url": "~/CheminVersLeDossierCloné/"
},
```
```json
"repositories" : { 3- After the block "repositories" add this block :
"packagist": false, ```
"bolt": { "require": {
"type": "composer", "appolo/tourinsoft": "dev-master"
"url": "https://market.bolt.cm/satis/"
}
}, },
``` ```
#### *Composer require*
Go to base dir with terminal and run this following lines : 4- In the CLI go to base dir with terminal and run this following lines :
```bash ````
cd extensions cd extensions
composer require appolo/tourinsoft composer require appolo/tourinsoft
``` ````
## After installation
- Before click on the **"Api Tourinsoft"** menu in admin, **check the database to update** !
- In the config of application, change **"locale: en_GB"** to **"locale: en"** or **"locale: fr"**
#### Necessary extensions #### Necessary extensions
......
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
<tbody class="sortable striping_odd ui-sortable"> <tbody class="sortable striping_odd ui-sortable">
<tr class="header"> <tr class="header">
<th class="hidden-xs">{{ __('appolo.tourinsoft.id') }}</th> <th class="hidden-xs">{{ __('appolo.tourinsoft.id') }}</th>
<th>{{ __('general.phrase.title') }}</th> <th>{{ __('appolo.tourinsoft.name') }}</th>
<th>{{ __('appolo.tourinsoft.code') }}</th> <th>{{ __('appolo.tourinsoft.code') }}</th>
<th>{{ __('appolo.tourinsoft.key') }}</th> <th>{{ __('appolo.tourinsoft.key') }}</th>
<th>{{ __('appolo.tourinsoft.content_type') }}</th> <th>{{ __('appolo.tourinsoft.content_type') }}</th>
......
...@@ -6,6 +6,7 @@ appolo.tourinsoft.select_an_action: Select an action ...@@ -6,6 +6,7 @@ appolo.tourinsoft.select_an_action: Select an action
appolo.tourinsoft.id: "#" appolo.tourinsoft.id: "#"
appolo.tourinsoft.code: Code appolo.tourinsoft.code: Code
appolo.tourinsoft.key: Key appolo.tourinsoft.key: Key
appolo.tourinsoft.name: Name
appolo.tourinsoft.syndication_key: Syndication key appolo.tourinsoft.syndication_key: Syndication key
appolo.tourinsoft.content_type: Content type appolo.tourinsoft.content_type: Content type
appolo.tourinsoft.actions_for_flux: Actions for flux appolo.tourinsoft.actions_for_flux: Actions for flux
......
...@@ -6,6 +6,7 @@ appolo.tourinsoft.select_an_action: Sélectionner une action ...@@ -6,6 +6,7 @@ appolo.tourinsoft.select_an_action: Sélectionner une action
appolo.tourinsoft.id: "#" appolo.tourinsoft.id: "#"
appolo.tourinsoft.code: Code appolo.tourinsoft.code: Code
appolo.tourinsoft.key: Clé appolo.tourinsoft.key: Clé
appolo.tourinsoft.name: Nom
appolo.tourinsoft.syndication_key: Clé de syndication appolo.tourinsoft.syndication_key: Clé de syndication
appolo.tourinsoft.content_type: Type de contenu appolo.tourinsoft.content_type: Type de contenu
appolo.tourinsoft.actions_for_flux: Actions pour les flux appolo.tourinsoft.actions_for_flux: Actions pour les flux
......
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