started l7
This commit is contained in:
		| @@ -33,4 +33,18 @@ return [ | ||||
|         realpath(storage_path('framework/views')) | ||||
|     ), | ||||
|  | ||||
|  | ||||
|     /* | ||||
|      |-------------------------------------------------------------------------- | ||||
|      | Blade View Modification Checking | ||||
|      |-------------------------------------------------------------------------- | ||||
|      | | ||||
|      | On every request the framework will check to see if a view has expired | ||||
|      | to determine if it needs to be recompiled. If you are in production | ||||
|      | and precompiling views this feature may be disabled to save time. | ||||
|      | | ||||
|      */ | ||||
|  | ||||
|     'expires' => env('VIEW_CHECK_EXPIRATION', true), | ||||
|  | ||||
| ]; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user