Add (minifier)

Add (seotools): facebook app id
This commit is contained in:
2023-09-25 03:28:46 +08:00
parent 3aa6367e83
commit 4713df71c0
5 changed files with 95 additions and 3 deletions

19
config/htmlminify.php Normal file
View File

@@ -0,0 +1,19 @@
<?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'
]
];