peynman / larapress-profiles
这是该包的描述。
dev-master
2022-03-27 08:48 UTC
Requires
- php: ^7.0|^8.0
- laravel/framework: ^8.0
- mews/captcha: ^3.2.1
- peynman/larapress-reports: master
Requires (Dev)
- facade/ignition: ^2.3.6
- fzaninotto/faker: ^1.4
- mockery/mockery: ^1.0
- nunomaduro/collision: ^5.0
- orchestra/testbench: ^6.2.0
- phpmd/phpmd: @stable
- phpunit/phpunit: ^9.0
- squizlabs/php_codesniffer: 3.*
This package is auto-updated.
Last update: 2024-09-27 14:24:18 UTC
README
Larapress Profiles
一个为Larapress Web应用程序提供常用模型的包。
依赖项
安装
composer require
配置
- 运行
php artisan vendor:publish --tag=larapress-profiles
用法
-
此包提供以下模型
- 域
- 表单 & 表单-条目
- 电子邮件、电话、地址、设备/客户端
- 设置、活动日志
-
将
IProfileUser
和BaseProfileUser
添加到您的User
类中
开发/贡献指南
- 在 Larapress CRUD 中查看指南