mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 05:02:09 +02:00
symfony: add page (#2737)
This commit is contained in:
parent
a19866e88a
commit
ca87e3322d
1 changed files with 19 additions and 0 deletions
19
pages/common/symfony.md
Normal file
19
pages/common/symfony.md
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
# 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`
|
Loading…
Add table
Reference in a new issue