Download the PHP package tomkirsch/assets without Composer
On this page you can find all versions of the php package tomkirsch/assets. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package assets
Assets
This module will assist in minifying JS, CSS, and fonts, as well as managing sessionStorage cache using JS.
Installation
composer.json
To override defaults, create the config file for your app App\Config\AssetConfig
See Tomkirsch\Assets\Config\AssetConfig.php
for full list.
Open App/Config/Services.php and add a method to grab an instance of the library:
Open App/Config/Routes.php and add the Min controller:
Usage
Add site-wide assets in your Controller:
And finally write the output in your view at the correct locations:
All versions of assets with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.2
codeigniter4/framework Version ^4
mrclay/minify Version ^3.0
mrclay/props-dic Version 3.0.0
codeigniter4/framework Version ^4
mrclay/minify Version ^3.0
mrclay/props-dic Version 3.0.0
The package tomkirsch/assets contains the following files
Loading the files please wait ....