We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -56,13 +56,13 @@ discard block |
||
56 | 56 | ], |
57 | 57 | |
58 | 58 | // CSS files that are loaded in all pages, using Laravel's mix() helper |
59 | - 'mix_styles' => [ // file_path => manifest_directory_path |
|
59 | + 'mix_styles' => [// file_path => manifest_directory_path |
|
60 | 60 | // 'css/app.css' => '', |
61 | 61 | ], |
62 | 62 | |
63 | 63 | // CSS files that are loaded in all pages, using Laravel's @vite() helper |
64 | 64 | // Please note that support for Vite was added in Laravel 9.19. Earlier versions are not able to use this feature. |
65 | - 'vite_styles' => [ // resource file_path |
|
65 | + 'vite_styles' => [// resource file_path |
|
66 | 66 | // 'resources/css/app.css' => '', |
67 | 67 | ], |
68 | 68 | |
@@ -73,8 +73,8 @@ discard block |
||
73 | 73 | 'class' => [ |
74 | 74 | 'header' => 'header', |
75 | 75 | 'body' => 'app aside-menu-fixed sidebar-lg-show', // TODO: why used nowhere?! |
76 | - 'sidebar' => 'sidebar sidebar-dark sidebar-fixed', // TODO: why used nowhere?! |
|
77 | - 'footer' => 'app-footer d-print-none', // TODO: why used nowhere?! |
|
76 | + 'sidebar' => 'sidebar sidebar-dark sidebar-fixed', // TODO: why used nowhere?! |
|
77 | + 'footer' => 'app-footer d-print-none', // TODO: why used nowhere?! |
|
78 | 78 | ], |
79 | 79 | |
80 | 80 | // ------ |
@@ -113,12 +113,12 @@ discard block |
||
113 | 113 | ], |
114 | 114 | |
115 | 115 | // JS files that are loaded in all pages, using Laravel's mix() helper |
116 | - 'mix_scripts' => [ // file_path => manifest_directory_path |
|
116 | + 'mix_scripts' => [// file_path => manifest_directory_path |
|
117 | 117 | // 'js/app.js' => '', |
118 | 118 | ], |
119 | 119 | |
120 | 120 | // JS files that are loaded in all pages, using Laravel's @vite() helper |
121 | - 'vite_scripts' => [ // resource file_path |
|
121 | + 'vite_scripts' => [// resource file_path |
|
122 | 122 | // 'resources/js/app.js', |
123 | 123 | ], |
124 | 124 |