PHP code example of clubstudioltd / craft3-asset-rev

1. Go to this page and download the library: Download clubstudioltd/craft3-asset-rev 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/ */

    

clubstudioltd / craft3-asset-rev example snippets



return array(
    'manifestPath' => 'resources/assets/assets.json',
    'assetsBasePath' => '../public/build/',
    'assetUrlPrefix' => getenv('ASSET_URL_PREFIX'),
);