File tree Expand file tree Collapse file tree 3 files changed +12
-6
lines changed
tailwindcss-stubs/resources/views Expand file tree Collapse file tree 3 files changed +12
-6
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ public static function installAuth()
30
30
protected static function updatePackageArray (array $ packages )
31
31
{
32
32
return array_merge ([
33
- 'laravel-mix ' => '^4 .0.14 ' ,
33
+ 'laravel-mix ' => '^5 .0.1 ' ,
34
34
'laravel-mix-purgecss ' => '^4.1 ' ,
35
35
'laravel-mix-tailwind ' => '^0.1.0 ' ,
36
36
'tailwindcss ' => '^1.0 ' ,
Original file line number Diff line number Diff line change 1
1
<!doctype html>
2
- <html lang =" {{ app ()-> getLocale () } }" >
2
+ <html lang =" {{ str_replace ( ' _ ' , ' - ' , app ()-> getLocale () ) } }" >
3
3
<head >
4
4
<meta charset =" utf-8" >
5
5
<meta name =" viewport" content =" width=device-width, initial-scale=1" >
9
9
10
10
<title >{{ config (' app.name' , ' Laravel' ) } } </title >
11
11
12
+ <!-- Scripts -->
13
+ <script src =" {{ asset (' js/app.js' ) } }" defer ></script >
14
+
12
15
<!-- Styles -->
13
16
<link href =" {{ mix (' css/app.css' ) } }" rel =" stylesheet" >
14
17
</head >
@@ -46,8 +49,5 @@ class="no-underline hover:underline text-gray-300 text-sm p-3"
46
49
47
50
@yield (' content' )
48
51
</div >
49
-
50
- <!-- Scripts -->
51
- <script src =" {{ mix (' js/app.js' ) } }" ></script >
52
52
</body >
53
53
</html >
Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
- <html lang =" {{ app ()-> getLocale () } }" >
2
+ <html lang =" {{ str_replace ( ' _ ' , ' - ' , app ()-> getLocale () ) } }" >
3
3
<head >
4
4
<meta charset =" utf-8" >
5
5
<meta http-equiv =" X-UA-Compatible" content =" IE=edge" >
50
50
<li class =" inline pr-8" >
51
51
<a href =" https://forge.laravel.com" class =" no-underline hover:underline text-sm font-normal text-teal-800 uppercase" title =" Forge" >Forge</a >
52
52
</li >
53
+ <li class =" inline pr-8" >
54
+ <a href =" https://vapor.laravel.com" class =" no-underline hover:underline text-sm font-normal text-teal-800 uppercase" title =" Vapor" >Vapor</a >
55
+ </li >
53
56
<li class =" inline pr-8" >
54
57
<a href =" https://github.com/laravel/laravel" class =" no-underline hover:underline text-sm font-normal text-teal-800 uppercase" title =" GitHub" >GitHub</a >
55
58
</li >
59
+ <li class =" inline pr-8" >
60
+ <a href =" https://tailwindcss.com" class =" no-underline hover:underline text-sm font-normal text-teal-800 uppercase" title =" Tailwind Css" >Tailwind CSS</a >
61
+ </li >
56
62
</ul >
57
63
</div >
58
64
</div >
You can’t perform that action at this time.
0 commit comments