tldr/pages/common/symfony.md

21 lines
345 B
Markdown
Raw Normal View History

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