feat: initialize project backend with Sanctum authentication and setup base CSS styles

This commit is contained in:
Ümit Tunç
2026-04-24 07:11:20 +03:00
parent 76cd188ac0
commit a5f079da10
7 changed files with 265 additions and 96 deletions
+1
View File
@@ -8,6 +8,7 @@
"require": {
"php": "^8.3",
"laravel/framework": "^13.0",
"laravel/sanctum": "^4.0",
"laravel/tinker": "^3.0"
},
"require-dev": {