abolfazl / minifier
This package minifies the html files, which was sent from the server to users.
Installs: 8
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 1
Forks: 0
pkg:composer/abolfazl/minifier
This package is auto-updated.
Last update: 2025-12-18 23:42:01 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