Basic tutorial for new users.

This commit is contained in:
James Cole
2015-06-01 18:13:54 +02:00
parent 12743217a2
commit 193a1b0325
11 changed files with 316 additions and 93 deletions

View File

@@ -53,6 +53,11 @@ class HomeController extends Controller
$types = Config::get('firefly.accountTypesByIdentifier.asset');
$count = $repository->countAccounts($types);
if($count == 0) {
return Redirect::route('new-user.index');
}
$title = 'Firefly';
$subTitle = trans('firefly.welcomeBack');
$mainTitleIcon = 'fa-fire';