26b / laravel-invitations
Laravel 用户邀请包
dev-main
2024-03-18 13:09 UTC
Requires
- php: ^8.0
- chillerlan/php-qrcode: ^4.3
- spatie/laravel-package-tools: ^1.11
Requires (Dev)
- orchestra/testbench: ^8.0
This package is auto-updated.
Last update: 2024-09-18 14:14:04 UTC
README
用于管理特定模型财务交易的Livewire组件。
⚠️ 这个库正在积极开发中,因此API可能会发生变化。
要求
- Livewire
开始使用
需要此包
composer require 26b/laravel-invitations
设置
发布配置文件。
php artisan vendor:publish --tag=invitations-config
发布迁移。
php artisan vendor:publish --tag=invitations-migrations
发布视图。
php artisan vendor:publish --tag=invitations-components