merkeleon / laravel-httpauth
Helps to lock develop version with http-auth
Installs: 26 305
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 6
Forks: 4
Open Issues: 1
Requires
- php: >=5.3.0
- illuminate/support: >=5.0
Requires (Dev)
- phpunit/phpunit: 4.5.*
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...