File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 12
12
use Cachet \Models \Incident ;
13
13
use Cachet \Models \Metric ;
14
14
use Cachet \Models \Schedule ;
15
+ use Cachet \Settings \AppSettings ;
15
16
use Cachet \Settings \CustomizationSettings ;
16
17
use Illuminate \Database \Seeder ;
17
18
use Illuminate \Support \Arr ;
@@ -142,6 +143,17 @@ public function run(): void
142
143
// 'engine' => IncidentTemplateEngineEnum::twig,
143
144
// ]);
144
145
146
+ $ appSettings = app (AppSettings::class);
147
+ $ appSettings ->about = <<<'ABOUT'
148
+ Cachet is a **beautiful** and **powerful** open-source status page system.
149
+
150
+ To access the [dashboard](/dashboard), use the following credentials:
151
+
152
+ - `test123`
153
+ ABOUT;
154
+ $ appSettings ->name = 'Cachet v3.x Demo ' ;
155
+ $ appSettings ->save ();
156
+
145
157
$ customizationSettings = app (CustomizationSettings::class);
146
158
$ customizationSettings ->header = <<<'HTML'
147
159
<script src="https://cdn.usefathom.com/script.js" data-site="NQKCLYJJ" defer></script>
You can’t perform that action at this time.
0 commit comments