spatie / laravel-cors

Send CORS headers in a Laravel application
https://spatie.be/en/opensource/laravel
MIT License
603 stars 59 forks source link

Laravel 6 compatibility #67

Closed emilsundberg closed 5 years ago

emilsundberg commented 5 years ago

Makes it possible to install this package on Laravel 6

freekmurze commented 5 years ago

From v6 onwards, Laravel will respect semver, so a constraint of 6.* would be better. We’ll take a look at this when Laravel v6 is released.

emilsundberg commented 5 years ago

Yay, fewer of these unnecessary PRs :)

I was so eager getting my app running on Vapor (which requires L6)