Implement wizard setup

This commit is contained in:
Joseph Cohen
2015-01-06 13:08:15 -06:00
parent 0d326de0b2
commit f8319a23d9
8 changed files with 252 additions and 74 deletions
+3 -1
View File
@@ -7,5 +7,7 @@ return [
'status_page_setup' => 'Status Page Setup',
'show_support' => 'Show support for Cachet? <small>Places a link in the footer linking to Cachet.</small>',
'admin_account' => 'Administrator Account',
'complete_setup' => 'Complete Setup'
'complete_setup' => 'Complete Setup',
'completed' => 'Cachet has been configured successfully!',
'finish_setup' => 'Go to dashboard',
];