/chatgpt-plugin-in-laravel

An example repository for a simple ChatGPT plugin made with Laravel

Primary LanguagePHP

ChatGPT Plugin with Laravel

This is an example repository for building a ChatGPT plugin with Laravel.

The tutorial is available at barreto.jp.

Installation

composer install

Usage

php artisan serve --port=8000

Run composer api to re-generate the OpenAPI specification.

ChatGPT Setup

Submit http://localhost:8000 as the plugin URL. Done.