rafaelmiano/auth-kit 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

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

rafaelmiano/auth-kit

最新稳定版本:v1.0.0

Composer 安装命令:

composer require rafaelmiano/auth-kit

包简介

Laravel 12 authentication starter kit using Livewire

README 文档

README

A simple Laravel Livewire authentication UI kit for quickly scaffolding user auth, dashboard, and profile interfaces.

🧱 Requirements

  • Laravel 12

  • Livewire v3

  • Tailwind CSS v4

  • Vite

  • Alpine.js

📦 Installation

1. Install via Composer

composer require rafaelmiano/auth-kit

2. Publish Assets (Views, Config, Components)

php artisan vendor:publish --tag=authkit

This will publish:

  • Blade views to resources/views/vendor/auth-kit/

  • Livewire components

  • Blade components (sidebar, links, topbar)

  • Layouts (e.g., layouts/dashboard.blade.php)

3. Include Assets in resources/js/app.js

Ensure Alpine.js is installed and imported:

npm install alpinejs

4. Compile Frontend Assets

npm install && npm run dev

Or for production:

npm run build

统计信息

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

GitHub 信息

  • Stars: 1
  • Watchers: 0
  • Forks: 0
  • 开发语言: Blade

其他信息

  • 授权协议: MIT
  • 更新时间: 2025-08-29