PHP code example of awd-studio / es-lib-bundle

1. Go to this page and download the library: Download awd-studio/es-lib-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/ */

    

awd-studio / es-lib-bundle example snippets


composer 

return [
    // Other bundles...
    AwdStudio\EsLibBundle\AwdEsBundle::class => ['all' => true],
];