alfredoem / authentication by alfredoem

Basic Authentication & Register for Laravel Framework
41
0
2
Package Data
Maintainer Username: alfredoem
Maintainer Contact: espiritumalfredo@gmail.com (Alfredo EM)
Package Create Date: 2015-10-14
Package Last Update: 2015-10-30
Language: PHP
License: MIT
Last Refreshed: 2024-04-30 03:03:48
Package Statistics
Total Downloads: 41
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 0
Total Watchers: 2
Total Forks: 0
Total Open Issues: 0

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