1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/symfony.md
2025-04-25 14:45:48 +03:00

20 lines
368 B
Markdown

# symfony
> The console component for the Symfony framework.
> More information: <https://symfony.com/doc/current/setup.html>.
- Create a new Symfony project:
`symfony new {{name}}`
- Run a local web server:
`symfony serve`
- Stop the local web server:
`symfony server:stop`
- Check for security issues in the project's dependencies:
`symfony security:check`