abolfazl / minifier
This package minifies the html files, which was sent from the server to users.
dev-master
2018-09-18 08:04 UTC
Requires
None
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is auto-updated.
Last update: 2026-08-19 01:22:31 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