1. Go to this page and download the library: Download kacospro/bootscake 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/ */
kacospro / bootscake example snippets
Plugin::load('BootsCake');
public function initialize()
{
$this->loadHelper('BootsCake.BootsCakeFlash');
$this->loadHelper('BootsCake.BootsCakeForm');
$this->loadHelper('BootsCake.BootsCakeModal');
$this->loadHelper('BootsCake.BootsCakePaginator');
}