Add system settings index page and route

This commit is contained in:
Arya Dwi Putra
2025-12-01 08:10:58 +07:00
parent 5dd9ff7240
commit c0bd9d07b0
6 changed files with 403 additions and 163 deletions

View File

@@ -14,6 +14,7 @@ class ExampleTest extends TestCase
{
$response = $this->get('/');
$response->assertStatus(200);
// Halaman root meredirect ke /index.
$response->assertRedirect('/index');
}
}