laravel breeze starter kit

This commit is contained in:
2026-05-11 10:34:26 +08:00
parent 764d7547ab
commit 2017a1df41
64 changed files with 3199 additions and 37 deletions

View File

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