Skip to content

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

License

Notifications You must be signed in to change notification settings

abmohajeri/Minifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Laravel Minifier

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages