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

21 lines
345 B
Markdown
Raw Normal View History

2019-01-30 06:08:49 -06:00
# symfony
> The console component for the Symfony framework.
> More information: <https://symfony.com>.
2019-01-30 06:08:49 -06:00
- 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`