mirror of https://github.com/CrimsonTome/tldr.git
337 B
337 B
symfony
The console component for the Symfony framework. Homepage: https://symfony.com.
- 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