Symfony CLI reference
26 May 2022 (Updated 27 May 2022)
Install CLI
On macOS, run:
For other platforms, see docs.
Show all commands
Show commands in namespace
Server recipes
Start web server in foreground mode
This will start the server on http://localhost:8000
(or increment 8000
if it’s not available).
Start web server in daemon mode
Start web server for specific environment
Stop web server
Show server status
Create a local Certificate Authority for serving HTTPS
Tail logs
Show the logs from PHP, the web server (e.g., Symfony’s dev server), and the application:
Tagged:
Symfony
Thanks for your comment . Once it's approved, it will appear here.
Leave a comment