Created
October 18, 2017 00:27
-
-
Save renatomarinho/1666330ddaa4b62f048a3f63925e7df1 to your computer and use it in GitHub Desktop.
laravel-page-speed.php
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| return [ | |
| 'enable' => env('LARAVEL_PAGE_SPEED_ENABLE', true), | |
| 'skip' => [], | |
| ]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment