PHP code example of voltel / webpack-assets-bundle

1. Go to this page and download the library: Download voltel/webpack-assets-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/ */

    

voltel / webpack-assets-bundle example snippets


    // config/bundles.php
    return [
        // ...
        Voltel\WebpackAssetsBundle\VoltelWebpackAssetsBundle::class => ['all' => true],
    ];
shell script
$ php bin/console config:dump voltel_webpack_assets
shell script
$ php bin/console debug:config voltel_webpack_assets