vohof / manok
There is no license information available for the latest version (v0.1.1) of this package.
v0.1.1
2013-11-25 18:08 UTC
Requires
- php: >=5.3.0
- illuminate/support: 4.0.*
This package is not auto-updated.
Last update: 2024-11-18 17:36:37 UTC
README
Add fancy security headers to your Laravel application
- X-Frame-Options - Provides Clickjacking protection
- Access-Control-Allow-Origin - tells the browser that the content of this page is accessible to certain domains
Install
"require": {
"vohof/manok": "~0.1.0"
}
Config
Edit app/config/packages/vohof/manok/security.php
to suit your needs.
$ php artisan config:publish vohof:manok