We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b17758d commit b907a3cCopy full SHA for b907a3c
1 file changed
docs/panel/panel-setup.mdx
@@ -10,7 +10,7 @@ These steps will cover setting up things such as sessions, caching, database cre
10
Running `php artisan p:environment:setup` will, if it does not exist, auto create the required `.env` file and generate a `APP_KEY`.
11
12
```sh
13
-php artisan p:environment:setup
+sudo php artisan p:environment:setup
14
```
15
16
<Admonition type="warning" title="BACK UP APP_KEY!">
0 commit comments