Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/panel/panel-setup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ These steps will cover setting up things such as sessions, caching, database cre
Running `php artisan p:environment:setup` will, if it does not exist, auto create the required `.env` file and generate a `APP_KEY`.

```sh
php artisan p:environment:setup
sudo php artisan p:environment:setup
```

<Admonition type="warning" title="BACK UP APP_KEY!">
Expand Down