https://github.com/phpnexus/cors-laravel
CORS middleware for Laravel
https://github.com/phpnexus/cors-laravel
Last synced: about 1 month ago
JSON representation
CORS middleware for Laravel
- Host: GitHub
- URL: https://github.com/phpnexus/cors-laravel
- Owner: phpnexus
- License: apache-2.0
- Created: 2015-11-11T07:06:07.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-13T02:24:01.000Z (about 10 years ago)
- Last Synced: 2025-03-21T16:53:30.185Z (about 1 year ago)
- Language: PHP
- Size: 19.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CORS-Laravel
[](https://github.com/phpnexus/cors-laravel/releases)
[](https://travis-ci.org/phpnexus/cors-laravel)
[](LICENSE.md)
Provides CORS middleware for Laravel/Lumen.
## Installation
It's recommended that you use [Composer](https://getcomposer.org/) to install CORS-Laravel:
```bash
$ composer require phpnexus/cors-laravel
```
This package requires PHP 5.5.9 or newer.
## Usage
TODO
## Configuration
Please see [`phpnexus\cors`](https://github.com/phpnexus/cors) documentation for configuration options.
## Versioning
The packages adheres to the [SemVer](http://semver.org/) specification, and there will be full backward compatibility between minor versions.
## Contributing
Please see [CONTRIBUTING](CONTRIBUTING.md) for details.
## License
This package is released under the Apache 2.0 License. See the bundled [LICENSE](https://github.com/phpnexus/cors/blob/master/LICENSE) file for details.