1. Go to this page and download the library: Download kkamkou/tp-minify 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/ */
$this->headLink()->prependStylesheet($this->basePath('/min?g=css'))
$this->headScript()->prependFile($this->basePath('/min?g=js'))
// or
$this->headLink()->prependStylesheet($this->basePath('/min?f=example.css'))
'TpMinify' => array(
'helpers' => array(
'headScript' => array(
'enabled' => true,
'options' => array() // serveOptions here if needed
)
)
)
// and use it in your templates
<?$this->headScript()->captureStart()
'modules' => array('TpMinify', ...)
application.config.php
Frontend/config/module.config.php
global.php
module.config.php
Loading please wait ...
Before you can download the PHP files, the dependencies should be resolved. This can take some minutes. Please be patient.