Laravel Cors Versions Save

Adds CORS (Cross-Origin Resource Sharing) headers support in your Laravel application

v3.0.0

2 years ago

Use the new fruitcake/php-cors stand-alone version instead of asm89/stack-cors. See https://github.com/fruitcake/php-cors/releases/tag/v1.0.0 for more information

v2.2.0

2 years ago

Revert namespace change on minor version See https://github.com/fruitcake/laravel-cors/pull/558 and https://github.com/fruitcake/laravel-cors/pull/557

3.x will still use fruitcake/php-cors

v2.1.0

2 years ago

Use the new fruitcake/php-cors stand-alone version instead of asm89/stack-cors. See https://github.com/fruitcake/php-cors/releases/tag/v1.0.0 for more information

v2.0.5

2 years ago

v2.0.4

3 years ago

To avoid memory leaks with Octane (https://github.com/fruitcake/laravel-cors/pull/469)

v2.0.3

3 years ago

v2.0.2

3 years ago

Add support for Laravel 8, drop unsupported versions.

v2.0.1

3 years ago

Uses v2.0.1 of stack-cors, re-enables reflective headers instead of wildcards.

v2.0.0

3 years ago

v2.0 (2020-05-11)

asm89/stack-cors 2.x is now used, with these notable changes:

Added

  • CORS headers are better cachable now, with correct Vary headers (#https://github.com/asm89/stack-cors/pull/70, #https://github.com/asm89/stack-cors/pull/74)

Changed

  • CORS headers are added to non-Origin requests when possible (#https://github.com/asm89/stack-cors/pull/73)
  • Requests are no longer blocked by the server, only by the browser (#https://github.com/asm89/stack-cors/pull/70)

v2.0.0-beta3

4 years ago