Skip to content
This repository has been archived by the owner on Feb 16, 2023. It is now read-only.

Releases: fruitcake/laravel-cors

Add headers in Event Listener

28 Apr 09:12
Compare
Choose a tag to compare
v1.0.6

Check if class exists

Update max_age check, improve tests

20 Apr 11:02
b9a342a
Compare
Choose a tag to compare
Pre-release
v2.0.0-beta2

Update cors-not-working.md

Update to v2

18 Apr 20:23
6a4aac6
Compare
Choose a tag to compare
Update to v2 Pre-release
Pre-release
  • Don't block CORS requests in Laravel, leave it to the browser
  • Update Vary headers for better caching
  • Use static/cacheable headers when possible

Validate config file

11 Mar 21:29
0e05001
Compare
Choose a tag to compare

Validate config values when creating the Service, instead of when used.

v1.0.4: Merge pull request #425 from GrahamCampbell/patch-1

25 Feb 20:33
138ad34
Compare
Choose a tag to compare

Support Lumen + L5.5+

31 Dec 17:30
4b1f95a
Compare
Choose a tag to compare
Merge pull request #397 from fruitcake/v1-backport

Support same as 0.11 dependencies

Add config tag

30 Dec 09:47
Compare
Choose a tag to compare

php artisan vendor:publish --tag=cors

V1

30 Dec 09:35
Compare
Choose a tag to compare
V1

1.0.1

Breaking changes

  • Adding the middleware on Route groups is no longer supported. You can use the new paths option to match your routes
  • The config file has been changed from camelCase to snake_case, please update your own config.
  • The deprecated Lumen ServiceProvider has been removed.
  • There is no need to manually configure the cors config in Lumen.

Added

  • The paths option is added to match certain routes only, while still using global middleware. This allows for better error handling.

v0.11.4: Merge pull request #367 from jasonmccreary/laravel-6

28 Aug 14:09
03492f1
Compare
Choose a tag to compare

v0.11.3

26 Feb 18:08
Compare
Choose a tag to compare
Laravel 5.8 support (#355)