alfredoem/authentication

基本身份验证 & 为 Laravel 框架注册

v0.3 2015-10-16 19:55 UTC

This package is not auto-updated.

Last update: 2024-09-14 18:26:02 UTC


README

Laravel 框架的基本身份验证

安装

  1. 在您的 composer.json 中要求此包并运行 composer update(或直接运行 composer require alfredoem/authentication

     "alfredoem/authentication": "^0.1.0"
    
  2. composer 更新后,将服务提供者添加到 config/app.php

     Alfredoem\Authentication\AuthenticationServiceProvider::class,
    
  3. 下一步是安装 Authentication 组件。在终端中运行此命令

     $ php artisan Auth:install