Recommend this page to a friend! |
Classes of Naif Alshaye | PHP ChatGPT API Seeder | README.md | Download |
|
DownloadChatGPT SeederA powerful tool that leverages the capabilities of ChatGPT to automate the generation of realistic and meaningful data for your database seeding need.Features
Requirements
InstallationYou can install the package into a Laravel app that uses Nova 4 via composer:
Publish the package's configuration file
Add the below to .env file:
UsageAdd the tool to NovaServiceProvider.php
ConfigurationChatGPT Seeder's configuration file, located at config/chatgpt-seeder.php\ Allows you to set and customize:
Steps1- Access ChatGPT Seeder Tool from the Laravel Nova dashboard.\ 2- Fill in the required information, such as: - Data type (Real or Fake) - Table Name - Number of Records - Data Required Description - Select any nullable columns. 3- Click the "Generate" button to initiate the data generation process.\ 4- Data Preview will show up displaying the first 8 records.\ 5- Click Proceed to insert data to table, or click on Regenerate again until you are satisfied with the result. Screenshots<img src="screenshots/home.png" width="800"> <img src="screenshots/preview.png" width="800"> Support:naif@naif.io https://naif.io Bug Tracker: https://github.com/naifalshaye/chatgpt-seeder/issues LicenseThe MIT License (MIT). Please see License File for more information. |