Move widgets/home

This commit is contained in:
Nabeel Shahzad
2018-05-18 14:59:34 -05:00
parent 33ef3dd252
commit 2b074ee894
13 changed files with 84 additions and 67 deletions

View File

@@ -18,10 +18,7 @@ return [
],
'home' => [
'welcome' => [
'title' => 'Welcome!',
'message' => 'Welcome in :Appname',
],
],
'nav' => [

View File

@@ -0,0 +1,11 @@
<?php
/**
*
*/
return [
'welcome' => [
'title' => 'Welcome!',
'message' => 'Welcome to :appname',
],
];