PHP code example of code-rhapsodie / connector-gemini
1. Go to this page and download the library: Download code-rhapsodie/connector-gemini library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
code-rhapsodie / connector-gemini example snippets
// config/bundles.php
return [
// ...
CodeRhapsodie\Bundle\ConnectorGemini\CRConnectorGeminiBundle::class => ['all' => true],
];
bash
php bin/console ibexa:migrations:migrate