LinuxCommandLibrary

symfony

symfony

TLDR

Create a new Symfony project

$ symfony new [name]
copy


Run a local web server
$ symfony serve
copy


Stop the local web server
$ symfony server:stop
copy


Check for security issues in the project's dependencies
$ symfony security:check
copy

Copied to clipboard