PHP code example of holt59 / cakephp3-bootstrap3-helpers

1. Go to this page and download the library: Download holt59/cakephp3-bootstrap3-helpers 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/ */

    

holt59 / cakephp3-bootstrap3-helpers example snippets


Plugin::load('Bootstrap');

$this->loadHelper('Html', [
    'className' => 'Bootstrap.Html',
    // Other configuration options...
]);