Download the PHP package webazin/country-middleware without Composer
On this page you can find all versions of the php package webazin/country-middleware. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download webazin/country-middleware
More information about webazin/country-middleware
Files in webazin/country-middleware
Download webazin/country-middleware
More information about webazin/country-middleware
Files in webazin/country-middleware
Vendor webazin
Package country-middleware
Short Description country ban and country required captcha in route access
License MIT
Package country-middleware
Short Description country ban and country required captcha in route access
License MIT
Please rate this library. Is it a good library?
Informations about the package country-middleware
Laravel package for countries access control
Install
1-composer require webazin/country-middleware
2-Insert in laravel < 5
config/app.php
\Webazin\CountryMiddleware\CountryMiddlewareServiceProvider::class
3-php artisan vendor:publish
4-Webazin\CountryMiddleware\CountryMiddlewareServiceProvider
Use
In your route add
->middleware('countryCheck')
Ban country
config/CountryMiddleware.php
Add country iso_code
For example
countries_ban' => ['US']
All iso code to below link
https://en.wikipedia.org/wiki/List_of_ISO_3166_country_codes
webazin.net
All versions of country-middleware with dependencies
PHP Build Version
Package Version
Requires
torann/geoip Version
^3.0
The package webazin/country-middleware contains the following files
Loading the files please wait ...