PHP code example of acb-studio / kirby-cloudinary-sync
1. Go to this page and download the library: Download acb-studio/kirby-cloudinary-sync 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/ */
acb-studio / kirby-cloudinary-sync example snippets
// ... your other configuration ...
'acb' => [
'cloudinary' => [
'key' => 'MY_CLOUDINARY_KEY',
'secret' => 'CLOUDINARY_SECRET',
'cloud' => 'CLOUDINARY_CLOUD_NAME',
'assetTypes' => ['image'],
],
],
// ... your other configuration ...