Files
futurewalker/config/htmlminify.php
Charles Teh 4713df71c0 Add (minifier)
Add (seotools): facebook app id
2023-09-25 03:28:46 +08:00

20 lines
484 B
PHP

<?php
return [
/*
|--------------------------------------------------------------------------
| Env Variable for HTML_MINIFY
|--------------------------------------------------------------------------
|
| Set this value to the false if you don't need html minify
| this is by default "true"
|
*/
'default' => env('HTML_MINIFY', true),
// exclude route name for exclude from minify
'exclude_route' => [
// 'routeName'
]
];