mirror of https://github.com/CrimsonTome/tldr.git
20 lines
302 B
Markdown
20 lines
302 B
Markdown
# symfony
|
|
|
|
> The console component for the Symfony framework.
|
|
|
|
- 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`
|