PHP code example of bongo / bongo-s3asset-installer-bundle
1. Go to this page and download the library: Download bongo/bongo-s3asset-installer-bundle 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/ */
bongo / bongo-s3asset-installer-bundle example snippets
public function registerBundles()
{
$bundles = [
....
new Bongo\S3AssetInstallerBundle\BongoS3AssetInstallerBundle(),
]
}