承接 iamserjo/php-gpt-context-generator 相关项目开发

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

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

iamserjo/php-gpt-context-generator

最新稳定版本:0.0.5.4

Composer 安装命令:

composer require iamserjo/php-gpt-context-generator

包简介

Helps to create prompt context of your project according to chosen tables and files

README 文档

README

Create prompt context of your project according to chosen tables and files

Installation

composer require --dev iamserjo/php-gpt-context-generator

Run

php artisan _dev:gpt-project-context-generator

Short Documentation

  1. This Laravel command generates a single prompt file with the selected database tables’ schema and chosen project files.
  2. It helps provide GPT models with relevant context for coding tasks, speeding up development.
  3. Installation is simple: run composer require --dev iamserjo/php-gpt-context-generator.
  4. Use php artisan _dev:gpt-project-context-generator to launch the interactive console.
  5. First, select an existing setup or create a new one.
  6. Next, choose tables to include, then pick files by typing partial filenames.
  7. The command creates a timestamped .txt file in storage/app/gpt-context-generator.
  8. This file contains your database schema, file contents, and a brief prompt.
  9. Reuse or edit previous setups by loading from history.
  10. Leverage the generated context file as input to GPT tools for better code suggestions.

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2024-12-18