File tree 3 files changed +9
-4
lines changed
3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,9 @@ class HomeController extends Controller {
14
14
public function index ()
15
15
{
16
16
return view ('welcome ' , [
17
- 'sitename ' => config ('app.name ' )
17
+ 'sitename ' => config ('app.name ' ),
18
+ 'tag ' => config ('app.tag ' )
18
19
]);
19
20
}
20
- }
21
+
22
+ }
Original file line number Diff line number Diff line change 6
6
// Application name
7
7
// ------------------------------------------------
8
8
9
- 'name ' => 'Nimble '
9
+ 'name ' => 'Nimble ' ,
10
+ 'tag ' => 'The Light and Hackable Framework '
10
11
11
- ];
12
+ ];
Original file line number Diff line number Diff line change 9
9
.container {text-align : center ; display : table-cell ; vertical-align : middle ;}
10
10
.content {text-align : center ; display : inline-block ;}
11
11
.title {font-size : 96px ;}
12
+ .tag {font-size : :50px ;}
12
13
</style >
13
14
</head >
14
15
<body >
15
16
<div class =" container" >
16
17
<div class =" content" >
17
18
<div class =" title" >{{ $sitename } } </div >
19
+ <div class =" tag" >{{ $tag } } </div >
18
20
</div >
19
21
</div >
20
22
</body >
You can’t perform that action at this time.
0 commit comments