2025-03-14 21:59:59 -06:00
|
|
|
# symfony
|
|
|
|
|
|
|
|
|
|
> The console component for the Symfony framework.
|
2025-05-08 12:26:01 -06:00
|
|
|
> More information: <https://symfony.com/doc/current/setup.html>.
|
2025-03-14 21:59:59 -06: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`
|