����JFIF��x�x����'
Server IP : 66.29.137.217 / Your IP : 3.22.68.71 Web Server : LiteSpeed System : Linux premium294.web-hosting.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64 User : gltevjme ( 1095) PHP Version : 7.0.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/gltevjme/gle.gltechlimited.com/config/ |
Upload File : |
<?php /* * This file is part of Laravel HTMLMin. * * (c) Graham Campbell <graham@alt-three.com> * (c) Raza Mehdi <srmk@outlook.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ return [ /* |-------------------------------------------------------------------------- | Automatic Blade Optimizations |-------------------------------------------------------------------------- | | This option enables minification of the blade views as they are | compiled. These optimizations have little impact on php processing time | as the optimizations are only applied once and are cached. This package | will do nothing by default to allow it to be used without minifying | pages automatically. | | Default: false | */ 'blade' => false, /* |-------------------------------------------------------------------------- | Force Blade Optimizations |-------------------------------------------------------------------------- | | This option forces blade minification on views where there such | minification may be dangerous. This should only be used if you are fully | aware of the potential issues this may cause. Obviously, this setting is | dependent on blade minification actually being enabled. | | PLEASE USE WITH CAUTION | | Default: false | */ 'force' => false, /* |-------------------------------------------------------------------------- | Ignore Blade Files |-------------------------------------------------------------------------- | | Here you can specify paths, which you don't want to minify. | */ 'ignore' => [ 'resources/views/emails', 'resources/views/html', 'resources/views/notifications', 'resources/views/markdown', 'resources/views/vendor/emails', 'resources/views/vendor/html', 'resources/views/vendor/notifications', 'resources/views/vendor/markdown', ], ];