LaravelPackages.net
Acme Inc.
Toggle sidebar
alfredoem/authentication

Basic Authentication & Register for Laravel Framework

44
0
v0.3
About alfredoem/authentication

alfredoem/authentication is a Laravel package for basic authentication & register for laravel framework. It currently has 0 GitHub stars and 44 downloads on Packagist (latest version v0.3). Install it with composer require alfredoem/authentication. Discover more Laravel packages by alfredoem or browse all Laravel packages to compare alternatives.

Last updated

Authentication

Basic Auth for Laravel Framework

Installation

  1. Require this package in your composer.json and run composer update (or run composer require alfredoem/authentication directly):

     "alfredoem/authentication": "^0.1.0"
    
  2. After composer update, add service providers to the config/app.php

     Alfredoem\Authentication\AuthenticationServiceProvider::class,
    
  3. The next step is to install Authentication component. Run this command in terminal:

     $ php artisan Auth:install
    

Star History Chart