2017 © Pedro Peláez
 

library laravel-html-minify

A simple package to minify html in your Laravel project.

image

redcenter/laravel-html-minify

A simple package to minify html in your Laravel project.

  • Tuesday, October 31, 2017
  • by redcenter
  • Repository
  • 0 Watchers
  • 0 Stars
  • 52 Installations
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 6 Versions
  • 13 % Grown

The README.md

Laravel HTML Minify

Simple package to minify the HTML in your Laravel application., (*1)

Install

Install with composer
$ composer require redcenter/laravel-html-minify
Publish the package
$ php artisan vendor:publish --provider="LaravelHtmlMinify\LaravelHtmlMinifyServiceProvider" --force

... this will create a config file (laravel-html-minify.php) in your config folder., (*2)

Register the middleware

Register the middleware in kernel file (app/Http/kernel.php) by adding the class to the $middleware property..., (*3)

protected $middleware = [
    ...
    \LaravelHtmlMinify\LaravelHtmlMinifyMiddleware::class,
];
Enable and disable

Put a variable in you .env file to enable or disable the package on your different environments. This is optional. By default the package directly works after the register step, but maybe you want to diable the package locally for debugging purposes..., (*4)

LARAVEL_HTML_MINIFY=false

Questions?

You can contact me through my website www.redcenter.nl, (*5)

Good bye!

The Versions

31/10 2017

dev-master

9999999-dev https://bitbucket.org/redcenter/laravel-html-minify

A simple package to minify html in your Laravel project.

  Sources   Download

MIT

The Development Requires

laravel html minify

30/10 2017

v1.0.5

1.0.5.0 https://bitbucket.org/redcenter/laravel-html-minify

A simple package to minify html in your Laravel project.

  Sources   Download

MIT

The Development Requires

laravel html minify

30/10 2017

v1.0.4

1.0.4.0 https://bitbucket.org/redcenter/laravel-html-minify

A simple package to minify html in your Laravel project.

  Sources   Download

MIT

The Development Requires

laravel html minify

26/10 2017

v1.0.3

1.0.3.0 https://bitbucket.org/redcenter/laravel-html-minify

A simple package to minify html in your Laravel project.

  Sources   Download

MIT

The Development Requires

laravel html minify

26/10 2017

v1.0.2

1.0.2.0 https://bitbucket.org/redcenter/laravel-html-minify

A simple package to minify html in your Laravel project.

  Sources   Download

MIT

The Development Requires

laravel html minify

26/10 2017

v1.0.1

1.0.1.0 https://bitbucket.org/redcenter/laravel-html-minify

A simple package to minify html in your Laravel project.

  Sources   Download

MIT

The Development Requires

laravel html minify