Änderungen
Seitenverlauf
Update Developing a QUIQQER CMS Import Provider
erstellt
Okt 25, 2018
von
Patrick Müller
Leerzeichenänderungen anzeigen
Inline
Nebeneinander
Developing-a-QUIQQER-CMS-Import-Provider.md
Seite @ anzeigen
ae044528
...
...
@@ -96,3 +96,14 @@ Ideally all ImportProviders should share the namespace `\QUI\CmsImport\Provider\
</package>
</quiqqer>
```
## Executing the Import
The import can be executed via console command.
```
bash
$
cd
QUIQQER_ROOT_DIR
$
php quiqqer.php
--username
=
USERNAME
--password
=
PASSWORD
--tool
=
"quiqqer:cms-import"
# Follow instructions and choose your ImportProvider from the list
```
\ No newline at end of file