Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/juampi92/chatgpt-plugin-in-laravel

An example repository for a simple ChatGPT plugin made with Laravel
https://github.com/juampi92/chatgpt-plugin-in-laravel

Last synced: 9 days ago
JSON representation

An example repository for a simple ChatGPT plugin made with Laravel

Awesome Lists containing this project

README

        

# ChatGPT Plugin with Laravel

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

The tutorial is available at [barreto.jp](https://barreto.jp/blog/chatgpt-plugin-with-laravel/).

## Installation

```bash
composer install
```

## Usage

```bash
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.