Skip to content

nelmio/NelmioCorsBundle

Folders and files

NameName
Last commit message
Last commit date
Jun 26, 2024
Jun 28, 2024
Jun 26, 2024
Jun 26, 2024
Jun 24, 2024
Jun 26, 2024
Jun 26, 2024
Nov 30, 2023
Feb 16, 2023
Nov 30, 2023
Nov 4, 2011
Nov 6, 2019
Nov 30, 2023
Dec 1, 2023
Jun 26, 2024
Jun 26, 2024
Jan 5, 2021

Repository files navigation

NelmioCorsBundle

About

The NelmioCorsBundle allows you to send Cross-Origin Resource Sharing headers with ACL-style per-URL configuration.

Features

  • Handles CORS preflight OPTIONS requests
  • Adds CORS headers to your responses
  • Configured at the PHP/application level. This is convenient but it also means that any request serving static files and not going through Symfony will not have the CORS headers added, so if you need to serve CORS for static files you probably should rather configure these headers in your web server

Installation

Require the nelmio/cors-bundle package in your composer.json and update your dependencies:

composer require nelmio/cors-bundle

The bundle should be automatically enabled by Symfony Flex. If you don't use Flex, you'll need to enable it manually as explained in the docs.

Usage

See the documentation for usage instructions.

License

Released under the MIT License, see LICENSE.