This is an example repository for building a ChatGPT plugin with Laravel.
The tutorial is available at barreto.jp.
composer install
php artisan serve --port=8000
Run composer api
to re-generate the OpenAPI specification.
Submit http://localhost:8000
as the plugin URL. Done.