PHP code example of iteracode / cakephp-bake-templates-trw
1. Go to this page and download the library: Download iteracode/cakephp-bake-templates-trw 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/ */
iteracode / cakephp-bake-templates-trw example snippets
public function bootstrap()
{
$this->addPlugin('CsvView');
//Add here
$this->addPlugin('CakephpBakeTemplatesTrw');
parent::bootstrap();
}
Configure::write('Bake.theme', 'CakephpBakeTemplatesTrw');