PHP code example of jonmldr / grumphp-doctrine-task
1. Go to this page and download the library: Download jonmldr/grumphp-doctrine-task 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/ */
jonmldr / grumphp-doctrine-task example snippets
`YAML
# grumphp.yml
grumphp:
tasks:
doctrine_schema_validate:
skip_mapping: false
skip_sync: false
triggered_by: ['php', 'xml', 'yml']
extensions:
- JonMldr\GrumPhpDoctrineTask\ExtensionLoader