Commit 46fb4b6
Publish CSS as public asset instead of inline
- CSS now publishes to public/vendor/filament-help/help.css
- Changed from file_get_contents() to asset() link
- Fixes 'file not found' error with compiled Blade views
- Standard Laravel package asset publishing approach1 parent 743044d commit 46fb4b6
File tree
2 files changed
+5
-3
lines changed- resources/views/layouts
- src
2 files changed
+5
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | | - | |
30 | | - | |
| 28 | + | |
31 | 29 | | |
32 | 30 | | |
33 | 31 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
38 | 42 | | |
39 | 43 | | |
40 | 44 | | |
| |||
0 commit comments