Download the PHP package iamserjo/php-gpt-context-generator without Composer
On this page you can find all versions of the php package iamserjo/php-gpt-context-generator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download iamserjo/php-gpt-context-generator
More information about iamserjo/php-gpt-context-generator
Files in iamserjo/php-gpt-context-generator
Download iamserjo/php-gpt-context-generator
More information about iamserjo/php-gpt-context-generator
Files in iamserjo/php-gpt-context-generator
Vendor iamserjo
Package php-gpt-context-generator
Short Description Helps to create prompt context of your project according to chosen tables and files
License MIT
Package php-gpt-context-generator
Short Description Helps to create prompt context of your project according to chosen tables and files
License MIT
Please rate this library. Is it a good library?
Informations about the package php-gpt-context-generator
php-gpt-context-generator
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
- This Laravel command generates a single prompt file with the selected database tables’ schema and chosen project files.
- It helps provide GPT models with relevant context for coding tasks, speeding up development.
- Installation is simple: run
composer require --dev iamserjo/php-gpt-context-generator
. - Use
php artisan _dev:gpt-project-context-generator
to launch the interactive console. - First, select an existing setup or create a new one.
- Next, choose tables to include, then pick files by typing partial filenames.
- The command creates a timestamped .txt file in storage/app/gpt-context-generator.
- This file contains your database schema, file contents, and a brief prompt.
- Reuse or edit previous setups by loading from history.
- Leverage the generated context file as input to GPT tools for better code suggestions.
All versions of php-gpt-context-generator with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.1 || ^8.2 || ^8.3 || ^8.4
laravel/prompts Version ^0.3
laravel/framework Version ^9.0 || ^10.0 || ^11.0
laravel/prompts Version ^0.3
laravel/framework Version ^9.0 || ^10.0 || ^11.0
The package iamserjo/php-gpt-context-generator contains the following files
Loading the files please wait ....