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
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).