PHP code example of bushbaby / zf-oauth2-doctrine-mutatetablenames

1. Go to this page and download the library: Download bushbaby/zf-oauth2-doctrine-mutatetablenames 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/ */

    

bushbaby / zf-oauth2-doctrine-mutatetablenames example snippets


'modules' => array(
   ...
   'ZF\OAuth2\Doctrine\MutateTableNames',
),

php public/index.php orm:schema-tool:update --dump-sql

php public/index.php orm:schema-tool:update --force