PHP code example of aldaflux / my-maker-bundle

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

    

aldaflux / my-maker-bundle example snippets

bash
php bin/console make:crud:admin EntityName
bash
php bin/console make:crud:admin EntityName --with-voter
bash
php bin/console make:front:show EntityName
bash
php bin/console make:crud:user
bash
php bin/console make:crud:user --with-voter
bash
php bin/console make:aldalflux:bundle