We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78e24ac commit 99f2f19Copy full SHA for 99f2f19
resources/views/app.blade.php
@@ -6,7 +6,7 @@
6
<meta name="viewport" content="width=device-width, initial-scale=1">
7
<title>Laravel</title>
8
9
- <link href="/css/app.css" rel="stylesheet">
+ <link href="{{ asset('/css/app.css') }}" rel="stylesheet">
10
11
<!-- Fonts -->
12
<link href='//fonts.googleapis.com/css?family=Roboto:400,300' rel='stylesheet' type='text/css'>
0 commit comments