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
@@ -7,6 +7,7 @@ use Illuminate\Foundation\Configuration\Middleware;
return Application::configure(basePath: dirname(__DIR__))
->withRouting(
web: __DIR__.'/../routes/web.php',
api: __DIR__.'/../routes/api.php',
commands: __DIR__.'/../routes/console.php',
health: '/up',
)