Download the PHP package rafie/cssminifier without Composer
On this page you can find all versions of the php package rafie/cssminifier. 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 cssminifier
Simple css minifier based on GarryJones css minifer.
Installation
In your composer.json
file, require rafie/Cssminifier
and run composer dumpautoload
.
After the download has finished, in your app/config/app.php
you need to:
- Add
Rafie\Cssminifier\CssminifierServiceProvider
to theproviders
array. - Add
'CssMin' => 'Rafie\Cssminifier\Facades\CssMin'
to thealiases
array. ( only if you want to use the static interfaceCssMin::minify(...)
)
Usage
TODO
write tests
All versions of cssminifier with dependencies
PHP Build Version
Package Version
The package rafie/cssminifier contains the following files
Loading the files please wait ....