Skip to content

Commit 01aaec9

Browse files
committed
Add note about Vite support in Laravel to config
1 parent efda6cf commit 01aaec9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/config/backpack/base.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@
6868
],
6969

7070
// CSS files that are loaded in all pages, using Laravel's @vite() helper
71+
// Please note that support for Vite was added in Laravel 9.19. Earlier versions are not able to use this feature.
7172
'vite_styles' => [ // resource file_path
7273
// 'resources/css/app.css' => '',
7374
],

0 commit comments

Comments
 (0)