merkeleon/laravel-httpauth

Helps to lock develop version with http-auth

Maintainers

Package info

github.com/Merkeleon/laravel-httpauth

pkg:composer/merkeleon/laravel-httpauth

Statistics

Installs: 29 151

Dependents: 0

Suggesters: 0

Stars: 3

Open Issues: 1

1.1.2 2020-04-02 08:21 UTC

This package is auto-updated.

Last update: 2026-03-07 19:59:35 UTC


README

Installation

First, require the package using Composer:

composer require merkeleon/laravel-httpauth

Add to your config/app.php providers section

Merkeleon\Laravel\HttpAuth\Providers\HttpAuthServiceProvider::class,

After this actions you easily can create HttpAuth on your site:

php artisan http-auth:user:make

You can also enable redirect from your site to a third-party resource:

php artisan http-auth:redirect:make

Examples

Soon...