mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-13 10:18:51 +03:00
302 B
302 B
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