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 3947774 commit 17f8a80Copy full SHA for 17f8a80
resources/lang/en/titles.php
@@ -3,7 +3,7 @@
3
return [
4
5
'app' => 'Laravel',
6
- 'app2' => 'Laravel Auth 3.0',
+ 'app2' => 'Auth 4.0',
7
'home' => 'Home',
8
'login' => 'Login',
9
'logout' => 'Logout',
resources/views/welcome.blade.php
@@ -80,12 +80,11 @@
80
@endif
81
</div>
82
83
-
84
<div class="content">
85
<div class="title m-b-md">
86
- Laravel<br /><small>Auth 3.0</small>
+ @lang('titles.app')<br />
+ <small>@lang('titles.app2')</small>
87
88
89
<div class="links">
90
<a href="https://laravel.com/docs">Documentation</a>
91
<a href="https://laracasts.com">Laracasts</a>
0 commit comments