%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /var/www/html/management/vendor/spatie/laravel-cors/src/CorsProfile/
Upload File :
Create Path :
Current File : /var/www/html/management/vendor/spatie/laravel-cors/src/CorsProfile/CorsProfile.php

<?php

namespace Spatie\Cors\CorsProfile;

interface CorsProfile
{
    public function setRequest($request);

    public function allowCredentials(): bool;

    public function allowHeaders(): array;

    public function allowMethods(): array;

    public function allowOrigins(): array;

    public function exposeHeaders(): array;

    public function addCorsHeaders($response);

    public function addPreflightHeaders($response);

    public function maxAge(): int;

    public function isAllowed(): bool;
}

Zerion Mini Shell 1.0