abolfazl/minifier

This package minifies the html files, which was sent from the server to users.

dev-master 2018-09-18 08:04 UTC

This package is auto-updated.

Last update: 2025-06-18 22:35:52 UTC


README

This package minifies the html files, which was sent from the server to users.

Requirements

  • PHP >=5.4

Getting started

composer require abolfazl/minifier

Code Examples

Route::get('/', function () {
    return view('welcome');
})->middleware('minify');

License

Minifier is licensed under the MIT License.

Copyright 2018 Abolfazl Mohajeri