install fresh laravel 13

This commit is contained in:
2026-04-26 15:23:49 +03:30
parent 3b8b62d599
commit 9cdf4c129b
65 changed files with 11635 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
<?php
test('that true is true', function () {
expect(true)->toBeTrue();
});