PHP code example of sergiohermes / laminas-oauth2-doctrine-mutatetablenames
1. Go to this page and download the library: Download sergiohermes/laminas-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/ */
sergiohermes / laminas-oauth2-doctrine-mutatetablenames example snippets
'modules' => array(
...
'LaminasApi\\OAuth2\\Doctrine\\MutateTableNames',
),
php public/index.php orm:schema-tool:update --dump-sql
php public/index.php orm:schema-tool:update --force