phpnexus / cors-laravel
Provides a lightweight CORS middleware for Laravel/Lumen.
dev-master
2016-05-13 02:21 UTC
Requires
- php: >=5.5.9
- phpnexus/cors: dev-master
Requires (Dev)
- illuminate/http: ^5.1
- phpunit/phpunit: ^4.8 || ^5.0
This package is auto-updated.
Last update: 2024-10-21 15:37:26 UTC
README
Provides CORS middleware for Laravel/Lumen.
Installation
It's recommended that you use Composer to install CORS-Laravel:
$ composer require phpnexus/cors-laravel
This package requires PHP 5.5.9 or newer.
Usage
TODO
Configuration
Please see phpnexus\cors
documentation for configuration options.
Versioning
The packages adheres to the SemVer specification, and there will be full backward compatibility between minor versions.
Contributing
Please see CONTRIBUTING for details.
License
This package is released under the Apache 2.0 License. See the bundled LICENSE file for details.