Download the PHP package hryha/laravel-simple-basic-auth without Composer
On this page you can find all versions of the php package hryha/laravel-simple-basic-auth. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download hryha/laravel-simple-basic-auth
More information about hryha/laravel-simple-basic-auth
Files in hryha/laravel-simple-basic-auth
Download hryha/laravel-simple-basic-auth
More information about hryha/laravel-simple-basic-auth
Files in hryha/laravel-simple-basic-auth
Vendor hryha
Package laravel-simple-basic-auth
Short Description Basic auth for Laravel
License MIT
Homepage https://github.com/vaniok010/laravel-simple-basic-auth
Package laravel-simple-basic-auth
Short Description Basic auth for Laravel
License MIT
Homepage https://github.com/vaniok010/laravel-simple-basic-auth
Please rate this library. Is it a good library?
Informations about the package laravel-simple-basic-auth
Simple Basic Auth for Laravel
This package provides a middleware for Basic Auth without using a database
Installation
Install the package via Composer:
Configuration
Configure the credentials by setting SIMPLE_BASIC_AUTH_CREDENTIALS
in the .env
file in json
format
Usage
Access is allowed to all users with the correct credentials
Access is allowed only to user login1
Testing
Run the test:
All versions of laravel-simple-basic-auth with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.2|^8.3|^8.4
illuminate/support Version ^11.0|^12.0
illuminate/http Version ^11.0|^12.0
illuminate/support Version ^11.0|^12.0
illuminate/http Version ^11.0|^12.0
The package hryha/laravel-simple-basic-auth contains the following files
Loading the files please wait ....