From 611c6117d11f3722f9482d17e99a6e2176286abc Mon Sep 17 00:00:00 2001 From: Willem Leuverink Date: Tue, 16 Jan 2024 14:58:33 +0100 Subject: [PATCH] fix example --- docs/production-builds.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/production-builds.md b/docs/production-builds.md index 69e5765..9e72f30 100644 --- a/docs/production-builds.md +++ b/docs/production-builds.md @@ -13,7 +13,7 @@ You can control which paths are scanned by publishing the Bundle config file and ```php 'build_paths' => [ - resource_path('views/**/*.blade.php') + resource_path('views'), ] ```