symfony-rest-sample
symfony-rest-sample copied to clipboard
Symfony REST Example
Symfony Sample
Building Symfony RESTful APIs using the latest Symfony, Doctrine, PHPUnit, etc.
Docs
Go to the online docs to read the step-by-step guide.
Build
Start a Postgres database.
docker compose up postgres
Run the application
symfony server:start