Skip to content

Commit dfd665b

Browse files
committed
add: command to generate secret
1 parent 93ccd45 commit dfd665b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,8 @@ Run this command to create a new project based on the Symfony Demo application:
293293
.. code-block:: terminal
294294
295295
$ symfony new my_project_directory --demo
296+
$ cd my_project_directory
297+
$ php bin/console secrets:set APP_SECRET
296298
297299
Start Coding!
298300
-------------

0 commit comments

Comments
 (0)