Tạo README cho main branch

This commit is contained in:
Thuan Bui
2025-05-05 10:50:50 +09:00
commit 17bcbf2f44
60 changed files with 13718 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
<?php
test('the application returns a successful response', function () {
$response = $this->get('/');
$response->assertStatus(200);
});