定制 skyhacker/laravel-multi-auth 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

skyhacker/laravel-multi-auth

Composer 安装命令:

composer require skyhacker/laravel-multi-auth

包简介

Professional modular multi-auth generator for Laravel 10+

README 文档

README

⚠️ Status: Experimental / Proof of Concept

This package is an experimental multi-authentication scaffolder for Laravel 10+, created as a learning and exploration project around Laravel authentication internals.

It is published on Packagist for educational and prototyping purposes and is not recommended for production use.

Originally forked and upgraded from
alaminfirdows/laravel-multi-auth.

🎯 Purpose of This Package

This project was built to explore and demonstrate:

  • Laravel authentication guards
  • Dynamic modification of config/auth.php
  • Artisan command development
  • Code scaffolding (models, migrations, routes, controllers)
  • Package structure and Packagist publishing

✨ Features (Experimental)

  • Scaffold multiple authentication guards (e.g. Admin, Teacher, Manager)
  • Auto-generates:
    • Models (App\Models\{Guard})
    • Migrations
    • Controllers
    • Route files (routes/{guard}.php)
  • Updates authentication configuration
  • Custom Artisan command

⚠️ Behaviour may be unstable across Laravel versions.

⚙️ Installation (For Testing / Learning Only)

composer require skyhacker/laravel-multi-auth

🚀 Usage Example

php artisan laravel-multi-auth:install Admin -f

This attempts to scaffold:

  • Admin model

  • Admin migration

  • Admin routes

  • Admin authentication controllers

🧪 Stability Notice

This package:

  • May break on newer Laravel updates

  • Has not been battle-tested in production

  • Is intended as a learning artifact, not a drop-in solution

If you need production-ready multi-auth, consider:

  • Laravel Fortify

  • Laravel Breeze with multiple guards

  • Custom guard implementations

📦 Packagist

This package is published on Packagist to demonstrate:

  • Composer package creation

  • Semantic versioning

  • Open-source documentation practices

🧠 Lessons Learned

Through this project, I gained hands-on experience with:

  • Laravel authentication internals

  • Artisan command development

  • Package publishing workflows

  • API design trade-offs

🤝 Contributions

This repository is currently not actively maintained.
Feel free to fork or experiment for learning purposes.

skyhacker/laravel-multi-auth 适用场景与选型建议

skyhacker/laravel-multi-auth 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 16 次下载、GitHub Stars 达 0, 最近一次更新时间为 2025 年 09 月 01 日, 在 PHP 生态内属于活跃度较高的组件。

我们在过去多个企业项目中使用过 skyhacker/laravel-multi-auth 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。

围绕 skyhacker/laravel-multi-auth 我们能提供哪些服务?
定制开发 / 二次开发

基于 skyhacker/laravel-multi-auth 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。

BUG 修复 & 性能优化

线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。

项目外包 & 长期维护

承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。

yvsm@zunyunkeji.com QQ:316430983 微信:yvsm316 西安尊云信息科技 · 专注 PHP / Go / 分布式系统研发

统计信息

  • 总下载量: 16
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 10
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2025-09-01