chore: setup core configurations and bootstrap

This commit is contained in:
2026-05-21 16:05:08 +07:00
commit 37b7e783f5
47 changed files with 25106 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
<?php
// MOBILE APPS
return [
'paths' => ['api/*', 'sanctum/csrf-cookie'],
'allowed_methods' => ['*'],
'allowed_origins' => ['*'],
'allowed_origins_patterns' => [],
'allowed_headers' => ['*'],
'exposed_headers' => [],
'max_age' => 0,
'supports_credentials' => true,
];