PHP code example of o0h / cakephp-37-rector
1. Go to this page and download the library: Download o0h/cakephp-37-rector 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/ */
o0h / cakephp-37-rector example snippets
yaml
parameters:
autoload_paths:
- './vendor/autoload.php'
- './tests/bootstrap.php'
services:
O0h\CakePHP37Rector\Rector\FixtureName\SnakeToCamel: ~