| Package Data | |
|---|---|
| Maintainer Username: | androzd | 
| Package Create Date: | 2017-04-06 | 
| Package Last Update: | 2021-04-07 | 
| Language: | PHP | 
| License: | MIT | 
| Last Refreshed: | 2025-10-30 15:02:50 | 
| Package Statistics | |
|---|---|
| Total Downloads: | 28,742 | 
| Monthly Downloads: | 254 | 
| Daily Downloads: | 0 | 
| Total Stars: | 3 | 
| Total Watchers: | 5 | 
| Total Forks: | 4 | 
| Total Open Issues: | 1 | 
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...