PHP code example of jboysen / laravel-gcc

1. Go to this page and download the library: Download jboysen/laravel-gcc 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/ */

    

jboysen / laravel-gcc example snippets

 echo javascript_compiled(array(
      'jquery.js',
      'default.js'
      ));