PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Naif Alshaye   PHP ChatGPT API Seeder   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP ChatGPT API Seeder
Generate constant seed data using ChatGPT API
Author: By
Last change:
Date: 10 months ago
Size: 1,049 bytes
 

Contents

Class file image Download
{ "name": "naif/chatgpt-seeder", "description": "A Laravel Nova 4 powerful tool that leverages the capabilities of ChatGPT to automate the generation of realistic and meaningful data for your database seeding need.", "keywords": [ "laravel", "nova", "nova4", "chatgpt", "text-davinci-003", "openai", "ai", "artificial-intelligence", "database", "seeder" ], "license": "MIT", "repositories": [ { "type": "composer", "url": "https://nova.laravel.com" } ], "require": { "php": "^7.3|^8.0", "laravel/nova": "~4.0" }, "autoload": { "psr-4": { "Naif\\ChatgptSeeder\\": "src/" } }, "extra": { "laravel": { "providers": [ "Naif\\ChatgptSeeder\\ToolServiceProvider" ] } }, "config": { "sort-packages": true }, "minimum-stability": "dev", "prefer-stable": true }