Initial commit

This commit is contained in:
wsc-admin
2026-04-02 19:35:55 +09:00
commit dd06a27079
6 changed files with 52 additions and 0 deletions

13
composer.json Normal file
View File

@@ -0,0 +1,13 @@
{
"name": "wsc2026/laravel-app",
"type": "project",
"require": {
"php": "^8.2",
"laravel/framework": "^11.0"
},
"autoload": {
"psr-4": {
"App\\": "app/"
}
}
}