You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If anyone plans to use these API for a mobile app, they'll definitely need to specify the Cross-Origin Resource Sharing headers
github.com/barryvdh/laravel-cors sounds like the perfect match
Laravel5 angular material starter will have this package setup so users can immediately enable CORS by using the middleware.
It should reflect the documentation and have a sane default configuration file
laravel-cors setup
sane default configuration
enable by default using middleware?
documentation
The text was updated successfully, but these errors were encountered:
If anyone plans to use these API for a mobile app, they'll definitely need to specify the Cross-Origin Resource Sharing headers
github.com/barryvdh/laravel-cors sounds like the perfect match
Laravel5 angular material starter will have this package setup so users can immediately enable CORS by using the middleware.
It should reflect the documentation and have a sane default configuration file
The text was updated successfully, but these errors were encountered: