mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 01:42:09 +02:00
20 lines
345 B
Markdown
20 lines
345 B
Markdown
# symfony
|
|
|
|
> The console component for the Symfony framework.
|
|
> More information: <https://symfony.com>.
|
|
|
|
- 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`
|