ylamalem/laravel-simple-auth

此包用于创建简单的认证

dev-main 2023-03-12 20:05 UTC

This package is auto-updated.

Last update: 2024-09-12 23:43:03 UTC


README

此包可以帮助您使用Blade仅创建简单的Laravel认证。

安装此包

按照以下步骤安装包

  • composer require ylamalem/laravel-simple-auth:dev-main
  • php artisan vendor:publish --tag=YAuth --force

安装包后,将 include_once 'auth.php'; 行添加到 routes/web.php 文件中。