Download the PHP package nckg/laravel-firewall without Composer
On this page you can find all versions of the php package nckg/laravel-firewall. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download nckg/laravel-firewall
More information about nckg/laravel-firewall
Files in nckg/laravel-firewall
Download nckg/laravel-firewall
More information about nckg/laravel-firewall
Files in nckg/laravel-firewall
Vendor nckg
Package laravel-firewall
Short Description A small Laravel package to help you block IP addresses from accessing your application
License MIT
Package laravel-firewall
Short Description A small Laravel package to help you block IP addresses from accessing your application
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-firewall
HTML minifier
Introduction
Very simple package to allow access to your Laravel application by IP.
Installation
You can install the package via composer:
Add the FirewallServiceProvider
to you config/app.php
file.
Publish the configuration file to your configuration path:
php artisan vendor:publish --provider="Nckg\Firewall\FirewallServiceProvider"
If you are using Laravel you can add the middleware to your middleware providers
Testing
License
The MIT License (MIT).
All versions of laravel-firewall with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.4|^8.0
The package nckg/laravel-firewall contains the following files
Loading the files please wait ....