PHP code example of konradx3 / architect-command-bundle

1. Go to this page and download the library: Download konradx3/architect-command-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/ */

    

konradx3 / architect-command-bundle example snippets


php contao-console architect:create:bundle [bundleName] [directory] [--namespace]

php contao-console architect:make:controller-template [controller] [type] [directory]