PHP code example of parfaitementweb / statamic-podcast-publisher

1. Go to this page and download the library: Download parfaitementweb/statamic-podcast-publisher 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/ */

    

parfaitementweb / statamic-podcast-publisher example snippets


<div class="player">
    <audio>
        <source src="{{ episode_file | get:permalink }}" type="{{ episode_file | mime_content_type }}">
    </audio>
</div>