Implement a better management interface for Settings (#809)

This commit is contained in:
Dane Everitt
2017-12-14 21:05:26 -06:00
committed by GitHub
parent 75eb506dab
commit f9df463d32
40 changed files with 1274 additions and 383 deletions

View File

@@ -19,4 +19,4 @@ if (! empty($outroLines)) {
}
echo 'Regards,', "\n";
echo Settings::get('company'), "\n";
echo config('app.name'), "\n";