PHP Classes

File: src/config/config.php

Recommend this page to a friend!
  Classes of Dipesh Sukhia   Laravel Minify HTML Output   src/config/config.php   Download  
File: src/config/config.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Laravel Minify HTML Output
Minify the HTML generated using Blade templates
Author: By
Last change:
Date: 4 years ago
Size: 129 bytes
 

Contents

Class file image Download
<?php

/*
 * You can place your custom package configuration in here.
 */
return [
   
'default' => env('Html_Minify', true),
];