Download the PHP package bepsvpt/laravel-security-header without Composer
On this page you can find all versions of the php package bepsvpt/laravel-security-header. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download bepsvpt/laravel-security-header
More information about bepsvpt/laravel-security-header
Files in bepsvpt/laravel-security-header
Package laravel-security-header
Short Description Add security related headers to HTTP response. The package includes Service Providers for easy Laravel integration.
License MIT
Homepage https://github.com/bepsvpt/secure-headers
Informations about the package laravel-security-header
Secure Headers
Add security related headers to HTTP response. The package includes Service Providers for easy Laravel integration.
- Version
- Installation
- Usage(non laravel project)
- Document and Notice
- Changelog
- Upgrade
- License
Version
9.0.0
Supported Laravel Version
5.1 ~ 12.x
Installation
Non Laravel Project
Install using composer
Copy config file to your project directory
Set up config file
Done!
Laravel Project
Install using composer
Add service provider in config/app.php
( laravel version < 5.5 )
Publish config file
Add global middleware in app/Http/Kernel.php
( laravel version < 12 )
Add global middleware in bootstrap/app.php
( laravel version >= 12 )
Set up config file config/secure-headers.php
Done!
Lumen Project
Install using composer
Add service provider in bootstrap/app.php
Copy config file to project directory
Add global middleware in bootstrap/app.php
Set up config file config/secure-headers.php
Done!
Usage(Non Laravel Project)
Do not forget to import namespace.
Instance
Send
Document and Notice
Please see DOCS for details.
Changelog
Please see CHANGELOG for details.
Upgrade
Please see UPGRADE for details.
License
Secure Headers is licensed under The MIT License (MIT).
All versions of laravel-security-header with dependencies
ext-json Version *