taylorotwell/laravel-cors — explained in plain English
Analysis updated 2026-07-18 · repo last pushed 2020-10-22
Let a frontend app on example.com fetch data from your API on api.example.com without browser CORS errors.
Configure which domains, routes, and HTTP methods are allowed to make cross-origin requests to your API.
Build a public API that accepts requests from any origin using wildcard CORS rules.
| taylorotwell/laravel-cors | aaronz345/athena-personal-academic-page | abolix/xplex | |
|---|---|---|---|
| Stars | 20 | 20 | 20 |
| Language | — | JavaScript | Go |
| Last pushed | 2020-10-22 | — | — |
| Maintenance | Dormant | — | — |
| Setup difficulty | easy | moderate | hard |
| Complexity | 2/5 | 2/5 | 3/5 |
| Audience | developer | researcher | ops devops |
Figures from each repo's GitHub metadata at analysis time.
Middleware placement and header handling (like authorization tokens) are common setup mistakes per the README's troubleshooting tips.
A Laravel package that lets your API safely accept requests from web pages hosted on other domains by automatically sending the right CORS permission headers.
Dormant — no commits in 2+ years (last push 2020-10-22).
Setup difficulty is rated easy, with roughly 30min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
double-check against the repo, no cap.