snippetbashTip
symfony — The console component for the Symfony framework. More information: <https://symfony.com/doc/current/
Viewed 0 times
thecommandsymfonycliconsolecomponentfor
Problem
How to use the
symfony command: The console component for the Symfony framework. More information: <https://symfony.com/doc/current/setup.html>.Solution
symfony — The console component for the Symfony framework. More information: <https://symfony.com/doc/current/setup.html>.Create a new Symfony project:
symfony new {{name}}Run a local web server:
symfony serveStop the local web server:
symfony server:stopCheck for security issues in the project's dependencies:
symfony security:checkCode Snippets
Create a new Symfony project
symfony new {{name}}Run a local web server
symfony serveStop the local web server
symfony server:stopCheck for security issues in the project's dependencies
symfony security:checkContext
tldr-pages: common/symfony
Revisions (0)
No revisions yet.