itrulia/minimalist

Minify your Laravel views
60 3
Install
composer require itrulia/minimalist
PHP:>=5.3.0
License:MIT
Last Updated:Dec 7, 2013
Links: GitHub  ·  Packagist
Maintainer: Itrulia

Minimalist

Minimalist is a wrapper of mrclay/minify which integrates it into Laravel's View engine.

Installation

Add itrulia/minimalist to composer.json.

"itrulia/minimalist": "dev-master"

Run composer update to pull down the latest version of Minimalist. Now open up app/config/app.php and add the service provider to your providers array.

'providers' => array(
    'Itrulia\Minimalist\MinimalistServiceProvider',
)

Usage

Rename your View file to NAME.blade.min.php, it is enough if you rename your layout file.

Related Packages

tje3d/html-minify

Minifies the HTML output of Laravel 5 applications (Originally from https://gith...

88 0
h0akd/htmlminify

Html auto minify for laravel framework

21 4
fitztrev/laravel-html-minify

Minifies the HTML output of Laravel 4 applications

214,497 415
yocmen/html-minify

Minifies the HTML output of Laravel 5 applications (Originally from https://gith...

13,735 16