vohof / manok
Installs: 17
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 0
pkg:composer/vohof/manok
Requires
- php: >=5.3.0
- illuminate/support: 4.0.*
This package is not auto-updated.
Last update: 2025-10-20 22:39:22 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