PHP code example of symandy / makefile-maker-bundle

1. Go to this page and download the library: Download symandy/makefile-maker-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/ */

    

symandy / makefile-maker-bundle example snippets




return [
    ...
    Symandy\MakefileMakerBundle\SymandyMakefileMakerBundle::class => ['dev' => true, 'test' => true],
    ...
];
shell
php bin/console config:dump-reference SymandyMakefileMakerBundle