Download the PHP package kpod13/laravel-corsmaker without Composer
On this page you can find all versions of the php package kpod13/laravel-corsmaker. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download kpod13/laravel-corsmaker
More information about kpod13/laravel-corsmaker
Files in kpod13/laravel-corsmaker
Download kpod13/laravel-corsmaker
More information about kpod13/laravel-corsmaker
Files in kpod13/laravel-corsmaker
Vendor kpod13
Package laravel-corsmaker
Short Description This package allows you to return CORS headers in http respnses with Laravel middleware.
License MIT
Package laravel-corsmaker
Short Description This package allows you to return CORS headers in http respnses with Laravel middleware.
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-corsmaker
CORSmaker middleware for Laravel 5
See also
About
Features
- Adds CORS headers to responses
- Supports multirule configuration
Installation
Install package
Add ServiceProvider into app
Add Kpod13\CorsMaker\ServiceProvider::class
into providers
in config/app.php
.
Clear cache php artisan config:cache
Setup middleware as global
Install default config
Configuration
See example in config/corsmaker.php
Testing
Install dependencies
Run tests
All versions of laravel-corsmaker with dependencies
PHP Build Version
Package Version
The package kpod13/laravel-corsmaker contains the following files
Loading the files please wait ....