['api/*', 'sanctum/csrf-cookie'], 'allowed_methods' => ['*'], 'allowed_origins' => array_filter(array_map('trim', explode(',', env( 'CORS_ALLOWED_ORIGINS', 'https://yxbd-fangke.ali251.langye.net,http://localhost:8020,http://127.0.0.1:8020' )))), 'allowed_origins_patterns' => [], 'allowed_headers' => ['*'], 'exposed_headers' => [], 'max_age' => 0, 'supports_credentials' => true, ];