From dfd665b9308e8a863f183e3dc847e8c41f1bb6e8 Mon Sep 17 00:00:00 2001 From: malsuke Date: Sun, 20 Jul 2025 14:35:29 +0900 Subject: [PATCH] add: command to generate secret --- setup.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.rst b/setup.rst index 48d66c387b9..6f86086446d 100644 --- a/setup.rst +++ b/setup.rst @@ -293,6 +293,8 @@ Run this command to create a new project based on the Symfony Demo application: .. code-block:: terminal $ symfony new my_project_directory --demo + $ cd my_project_directory + $ php bin/console secrets:set APP_SECRET Start Coding! -------------