Forrest logo
tool overview
On this page you find all important commands for the CLI tool symfony. If the command you are looking for is missing please ask our AI.

symfony

Symfony is a set of PHP Components, a Web Application framework, a Philosophy, and a Community — all working together in harmony.

List of commands for symfony:

  • symfony:project:create Create a new Symfony project.
    $ symfony new ${name}
    try on your machine
    explain this command
  • symfony:security:check Check for security issues in the project's dependencies.
    $ symfony security:check
    try on your machine
    explain this command
  • symfony:server:start Start server
    $ symfony server:start
    try on your machine
  • symfony:server:start:background Start server in background mode
    $ symfony server:start -d
    try on your machine
  • symfony:server:stop Stops the Symfony server
    $ symfony server:stop
    try on your machine
    explain this command
tool overview