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 machineexplain this command
-
symfony:security:check Check for security issues in the project's dependencies.$ symfony security:checktry on your machineexplain this command
-
symfony:server:start Start server$ symfony server:starttry on your machine
-
symfony:server:start:background Start server in background mode$ symfony server:start -dtry on your machine
-
symfony:server:stop Stops the Symfony server$ symfony server:stoptry on your machineexplain this command