How to setup a standalone project without Symfony? #5640
-
Hello, for educational purposes, I would like to setup a standalone project without Symfony. According to the documentation:
For example, the Symfony router can be easily used without the Symfony framework: https://github.com/symfony/routing#getting-started Now I'm wondering on how to do this with "api-platform/core", since all documentation examples seem to be for a Symfony project with Symfony (yaml-) configuration. Did I missunderstand the meaning of "standalone"? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You can find the documentation to use API Platform without Symfony here: https://api-platform.com/docs/core/bootstrap/ |
Beta Was this translation helpful? Give feedback.
You can find the documentation to use API Platform without Symfony here: https://api-platform.com/docs/core/bootstrap/