Skip to content

spiderPan/docGPT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

TBD

Usage

See example.php for a working example.

Development

  1. Clone the repo
  2. Run ./dev start to start the docker containers

Common CLI commands

  • ./dev reset - Rebuild the containers
  • ./dev stop - Stop the app
  • ./dev test - Unit tests are run with PHPUnit
  • ./dev test path/to/Test.php - Run a specific test file
  • ./dev shell - Open a shell in the container
  • ./dev lint - Run PHP CS Fixer