Skip to content

Commit

Permalink
[5.3] Use app.name in auth stub (#15121) (#15138)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcfdn authored and taylorotwell committed Aug 30, 2016
1 parent 5183f6d commit 3dfbeb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Illuminate/Auth/Console/stubs/make/views/layouts/app.stub
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<!-- CSRF Token -->
<meta name="csrf-token" content="{{ csrf_token() }}">

<title>Laravel</title>
<title>{{ config('app.name', 'Laravel') }}</title>

<!-- Styles -->
<link href="/css/app.css" rel="stylesheet">
Expand All @@ -35,7 +35,7 @@

<!-- Branding Image -->
<a class="navbar-brand" href="{{ url('/') }}">
Laravel
{{ config('app.name', 'Laravel') }}
</a>
</div>

Expand Down

0 comments on commit 3dfbeb8

Please sign in to comment.