定制 noerd/customer 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

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

noerd/customer

Composer 安装命令:

composer require noerd/customer

包简介

Customer module for noerd platform

README 文档

README

Foundation package providing the base customer model, migration, and views. Designed as a building block for appointment, order, or CRM modules. Multi-tenant support included.

Requirements

  • The noerd/noerd package must already be installed and configured.

Installation

composer require noerd/customer
php artisan noerd:module customer

That's it — the package is auto-discovered via the Laravel service provider declared in composer.json.

Installation as Submodule to contribute

If you want to contribute to the development of noerd/customer, you can install it as a git submodule:

git submodule add git@github.com:noerd-dev/customer.git app-modules/customer

Then add a path repository and the package to your composer.json:

"repositories": [
    {
        "type": "path",
        "url": "app-modules/customer",
        "options": {
            "symlink": true
        }
    }
],
"require": {
    "noerd/customer": "*"
}

Then run:

composer update noerd/customer
php artisan noerd:module customer

This way, you can make changes directly in app-modules/customer and push them back to the customer repository.

统计信息

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

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: proprietary
  • 更新时间: 2026-05-16