Download the PHP package tecbeast/basic-auth-with-env without Composer
On this page you can find all versions of the php package tecbeast/basic-auth-with-env. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download tecbeast/basic-auth-with-env
More information about tecbeast/basic-auth-with-env
Files in tecbeast/basic-auth-with-env
Download tecbeast/basic-auth-with-env
More information about tecbeast/basic-auth-with-env
Files in tecbeast/basic-auth-with-env
Vendor tecbeast
Package basic-auth-with-env
Short Description A middleware for Laravel 5.1+ where you can use basic auth with any webserver. Dependend only one config file.
License MIT
Package basic-auth-with-env
Short Description A middleware for Laravel 5.1+ where you can use basic auth with any webserver. Dependend only one config file.
License MIT
Please rate this library. Is it a good library?
Informations about the package basic-auth-with-env
BasicAuthWithEnv
A middleware for Laravel 5.1+ where you can use basic auth with any webserver. Depending only on one config file.
Installation
Add the service provider to the providers array in config/app.php:
Add the middleware to the middleware array (for global, otherwise add to route or group (Laravel 5.2+)) in app/Http/Kernel.php:
Publish the config to your application:
All versions of basic-auth-with-env with dependencies
PHP Build Version
Package Version
The package tecbeast/basic-auth-with-env contains the following files
Loading the files please wait ....