You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
357 B
11 lines
357 B
<?php
|
|
|
|
return [
|
|
'default_title' => 'Laravel Base',
|
|
'default_description' => 'Laravel Base using Livewire v4, Bootstrap, and DataTables.net by Syarif Ubaidillah.',
|
|
'dashboard' => [
|
|
'title' => 'Dashboard',
|
|
'description' => 'Dashboard analytic for this application.',
|
|
'keywords' => 'dashboard, analytics, review',
|
|
],
|
|
];
|
|
|