symfony: add page (#2737)

This commit is contained in:
Todd Austin
2019-01-30 06:08:49 -06:00
committed by Owen Voke
parent a19866e88a
commit ca87e3322d

19
pages/common/symfony.md Normal file
View 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`