Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/juampi92/chatgpt-plugin-in-laravel
- Owner: juampi92
- Created: 2023-05-16T19:01:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-05-16T19:03:23.000Z (over 1 year ago)
- Last Synced: 2023-08-14T07:21:16.589Z (over 1 year ago)
- Language: PHP
- Size: 1.09 MB
- Stars: 15
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.