abolfazl/minifier

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

Maintainers

Package info

github.com/abolfazlmohajeri/Minifier

Issues

pkg:composer/abolfazl/minifier

Statistics

Installs: 8

Dependents: 0

Suggesters: 0

Stars: 3

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

This package is auto-updated.

Last update: 2026-03-19 00:07:56 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