PHP code example of floriankarsten / kirby-plausible

1. Go to this page and download the library: Download floriankarsten/kirby-plausible 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/ */

    

floriankarsten / kirby-plausible example snippets


'floriankarsten.plausible' => [
	'sharedLink' => 'https://plausible.io/share/yourwebsiteurl.com?auth=Jz0mCWTPu5opXi0sAgRrq',
	'domain' => 'test.com', // not lausible.outbound-links.exclusions'
];

 snippet('plausible');