Helps to lock develop version with http-auth
merkeleon/laravel-httpauth is a Laravel package for helps to lock develop version with http-auth.
It currently has 3 GitHub stars and 29.372 downloads on Packagist (latest version 1.1.2).
Install it with composer require merkeleon/laravel-httpauth.
Discover more Laravel packages by merkeleon
or browse all Laravel packages to compare alternatives.
Last updated
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
Soon...