承接 wulfheart/lxcd 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

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

wulfheart/lxcd

Composer 安装命令:

composer require wulfheart/lxcd

包简介

Blade x-component documentation

README 文档

README

LXCD, short for Laravel x-Components Discovery, is a package aimed to make the new Laravel Blade x-components discoverable so you don't have to remember every single parameter.

Prerequisites

Before you begin, ensure you have met the following requirements:

  • You are using Laravel 7.x or higher.
  • You document your code with phpDocumentor or no system at all.
  • You haven't opted out of Laravel's Package Discovery. If you have I'm assuming that you are able to register the package by yourself.

Installation

composer require wulfheart/lxcd

Usage

Basic

LXCD hooks into phpDocumentor's in-code-documentation. To document your code add the following comment over your component class' __construct method.

/**
     * Label
     * 
     * Description
     *
     * @param   string  $var_with_default  Parameter Description {@default default_val}
     * @param   string  $var_without_default     Parameter description.
     *
     */
    public function __construct(string $var_with_default = 'default_val', string $var_without_default)
    {
        #code...
    }

This will result in the documentation below:

Rendered component card

You can access LXCD via <your-app.url>/lxcd. Please note that LXCD also discovers subfolders of your components.

Advanced

If you are using a different base namespace for your components than App\View\Components or a different package installation location than ./vendor/wulfheart/lxcd you may override LXCD's default settings via your .env file:

LXCD_COMPONENTS_PATH = this\is\your\custom\path\to\your\components\root
LXCD_COMPONENTS_NAMESPACE = your\custom\base\namespace 

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

If you experience any problems, bugs or have feature requests feel free to open an issue.

Roadmap 🚧

  • Make the blade component easily copiable
  • Preview the component visually (this might be quite complicated 😅)
  • ❓ Make a feature request.

Contact

Follow me on Twitter or open an issue.

License

This project is licensed under the MIT License. Please refer to the LICENSE file.

wulfheart/lxcd 适用场景与选型建议

wulfheart/lxcd 是一款 基于 HTML 开发的 Composer 扩展包,目前已累计 3.49k 次下载、GitHub Stars 达 0, 最近一次更新时间为 2020 年 03 月 22 日, 在 PHP 生态内属于活跃度较高的组件。

我们在过去多个企业项目中使用过 wulfheart/lxcd 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。

围绕 wulfheart/lxcd 我们能提供哪些服务?
定制开发 / 二次开发

基于 wulfheart/lxcd 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。

BUG 修复 & 性能优化

线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。

项目外包 & 长期维护

承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。

yvsm@zunyunkeji.com QQ:316430983 微信:yvsm316 西安尊云信息科技 · 专注 PHP / Go / 分布式系统研发

统计信息

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

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: HTML

其他信息

  • 授权协议: MIT
  • 更新时间: 2020-03-22