Laravel Cors Versions Save

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

v1.0.6

4 years ago

v2.0.0-beta2

4 years ago

v2.0.0-beta1

4 years ago
  • Don't block CORS requests in Laravel, leave it to the browser
  • Update Vary headers for better caching
  • Use static/cacheable headers when possible

v1.0.5

4 years ago

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

v1.0.4

4 years ago

v1.0.3

4 years ago

v1.0.2

4 years ago

php artisan vendor:publish --tag=cors

v1.0.1

4 years ago

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

4 years ago

v0.11.3

5 years ago