123movies-seo/config/htmlminify.php

20 lines
484 B
PHP
Raw Permalink Normal View History

2024-08-24 23:08:42 +03:00
<?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'
]
];