A Symfony project created on November 6, 2017, 1:52 pm.
symfony new ffa-console-symphony2
- Create the necessary commands under src/AppBundle/Commands
- The file should be finished by Command, for example CashManagementCommand.php - After configuring the commands, we should create the file ffa.php in order to execute the command from the terminal. for example : php ffa.php treasury:cash-management
- modify the file composer.json to have link to bitbucket.org/teamshadi/ffa-php-core
composer install
Follow instructions in mfbf-orm-doctrine2-core
php ffa.php --help
php ffa.php list
php ffa.php treasury:cashManagement --help
php ffa.php treasury:cashManagement --format=console
...