andri-sudarmawijaya/ci-customer

v0.0.1 2021-08-16 05:28 UTC

This package is auto-updated.

Last update: 2024-09-23 01:21:28 UTC


README

CodeIgniter 客户端包

此包在 CoreUISmartyAcl 下构建。它已包含在 CoreUI-Smarty-ACL 中。

此包使用第三方 Acivities 日志(用于 CodeIgniter 3) 来记录活动。

安装

  1. 使用 composer 下载仓库
    composer require andri-sudarmawijaya/ci-customer:1.0.x-dev
  2. 将包复制到应用程序中
    composer run-script post-install-cmd -d vendor/andri-sudarmawijaya/ci-customer
  3. 如果包已更新
    composer update
    composer update andri-sudarmawijaya/ci-customer
    运行脚本
    composer run-script post-update-cmd -d vendor/andri-sudarmawijaya/ci-customer
  4. 将 customer.sql 导入到您的数据库中作为示例(此表借自 ...)