Skip to content

Latest commit

 

History

History

php-openapi-starter

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Note

This example assumes you've read through the BAML quickstart with OpenAPI. Please go and read that first, if you haven't already.

To run this example, run these two commands in separate windows:

OPENAI_API_KEY=... npx @boundaryml/baml dev --preview
composer update  # you only need to run this once
php -S localhost:8000

Then visit http://localhost:8000 in your browser