rappasoft/laravel-boilerplate

Missing CORS middleware

Fitmavincent opened this issue · 1 comments

Missing CORS handling:

Come across some CORS handling issue and found the Laravel 8 has already handle this by including the Laravel-cors. The boilerplate added the config file, but there's no actual handling.

Suggestion:

Laravel 8 included a great CORS handling HandleCor,
would it be good to add this one in?

Added in next release thanks.