Download the PHP package michalsn/minifier without Composer
On this page you can find all versions of the php package michalsn/minifier. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download michalsn/minifier
More information about michalsn/minifier
Files in michalsn/minifier
Download michalsn/minifier
More information about michalsn/minifier
Files in michalsn/minifier
Vendor michalsn
Package minifier
Short Description Assets minification and versioning library for CodeIgniter 4.
License MIT
Homepage https://github.com/michalsn/minifier
Package minifier
Short Description Assets minification and versioning library for CodeIgniter 4.
License MIT
Homepage https://github.com/michalsn/minifier
Please rate this library. Is it a good library?
Informations about the package minifier
Minifier
Asset minification and versioning library for CodeIgniter 4.
Installation
Configuration
Run command:
This command will copy a config file to your app namespace.
Then you can adjust it to your needs. By default, file will be present in app/Config/Minifier.php
.
You should define an array of files that you want to minify, ie:
This way requesting for a all.min.js
or all.min.css
file will return a minified and combined version of all files in a given array.
Docs
Read the full documentation: https://michalsn.github.io/minifier/
All versions of minifier with dependencies
PHP Build Version
Package Version
The package michalsn/minifier contains the following files
Loading the files please wait ....