Download the PHP package ricardosierra/minify without Composer
On this page you can find all versions of the php package ricardosierra/minify. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download ricardosierra/minify
More information about ricardosierra/minify
Files in ricardosierra/minify
Download ricardosierra/minify
More information about ricardosierra/minify
Files in ricardosierra/minify
Vendor ricardosierra
Package minify
Short Description A package for minifying styles and javascript for laravel 5
License MIT
Package minify
Short Description A package for minifying styles and javascript for laravel 5
License MIT
Please rate this library. Is it a good library?
Informations about the package minify
Minify
With this package you can minify your existing stylessheet and javascript files for laravel 5. This process can be a little tough, this package simplies this process and automates it.
For Larvel 4 please use ceesvanegmond/minify
Installation
Begin by installing this package through Composer.
Laravel installation
Then register the service provider and Facade by opening config/app.php
RicardoSierra\Minify\MinifyServiceProvider::class,
'Minify' => RicardoSierra\Minify\Facades\MinifyFacade::class,
Publish the config file:
When you've added the an extra facade is available. You can use this Facade anywhere in your application
Stylesheet
Javascript
Config
All versions of minify with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4.0
tedivm/jshrink Version ~1.0
natxet/cssmin Version 3.*
illuminate/filesystem Version ^7.0 || ^8.0
illuminate/support Version ^7.0 || ^8.0
tedivm/jshrink Version ~1.0
natxet/cssmin Version 3.*
illuminate/filesystem Version ^7.0 || ^8.0
illuminate/support Version ^7.0 || ^8.0
The package ricardosierra/minify contains the following files
Loading the files please wait ....