andri-sudarmawijaya / ci-customer
CI 客户端包
v0.0.1
2021-08-16 05:28 UTC
Requires
This package is auto-updated.
Last update: 2024-09-23 01:21:28 UTC
README
CodeIgniter 客户端包
此包在 CoreUI 和 SmartyAcl 下构建。它已包含在 CoreUI-Smarty-ACL 中。
此包使用第三方 Acivities 日志(用于 CodeIgniter 3) 来记录活动。
安装
- 使用 composer 下载仓库
composer require andri-sudarmawijaya/ci-customer:1.0.x-dev
- 将包复制到应用程序中
composer run-script post-install-cmd -d vendor/andri-sudarmawijaya/ci-customer
- 如果包已更新
composer update
或composer update andri-sudarmawijaya/ci-customer
运行脚本composer run-script post-update-cmd -d vendor/andri-sudarmawijaya/ci-customer
- 将 customer.sql 导入到您的数据库中作为示例(此表借自 ...)