Fresh laravel project

This commit is contained in:
Darius Rapalis
2026-04-29 10:02:03 +03:00
commit 2a25c05ea5
109 changed files with 18916 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
<?php
test('the application returns a successful response', function () {
$response = $this->get('/');
$response->assertStatus(200);
});