Skip to content

Commit 69cdf8c

Browse files
committed
feat: add directory comments
1 parent d6bd0b3 commit 69cdf8c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/views/index.blade.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
77
<title>{{ getenv('APP_NAME') ?? 'Leaf MVC' }}</title>
88
<link rel="shortcut icon" href="https://leafphp.dev/logo-circle.png" type="image/x-icon">
9+
{{-- assets() points to the public/assets folder --}}
910
<link rel="stylesheet" href="{{ assets('css/styles.css') }}">
11+
{{-- ViewsPath() points to app/views --}}
1012
<link rel="stylesheet" href="{{ ViewsPath('css/app.css') }}">
1113
<link rel="stylesheet"
1214
href="https://fonts.googleapis.com/css?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700;display=swap">

0 commit comments

Comments
 (0)