Download the PHP package c6digital/laravel-basic-auth without Composer
On this page you can find all versions of the php package c6digital/laravel-basic-auth. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download c6digital/laravel-basic-auth
More information about c6digital/laravel-basic-auth
Files in c6digital/laravel-basic-auth
Package laravel-basic-auth
Short Description Add basic authentication to your Laravel project in seconds.
License MIT
Homepage https://github.com/c6digital/laravel-basic-auth
Informations about the package laravel-basic-auth
Add basic authentication to your Laravel project in seconds.
This package provides a simple BasicAuth
middleware that adds basic authentication to all routes in your application.
Installation
You can install the package via Composer:
Usage
The BasicAuth
middleware is automatically registered after installing the package. Use environment variables to toggle and change credentials.
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- Ryan Chandler
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-basic-auth with dependencies
spatie/laravel-package-tools Version ^1.16
illuminate/contracts Version ^10.0||^11.0