Skip to content
Merged
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
8 changes: 5 additions & 3 deletions content/collections/tips/how-to-enable-statamic-pro.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,14 @@ title: 'How to Enable Statamic Pro'
intro: 'A fresh Statamic install starts in Solo edition mode. Here''s how to enable Pro mode and unlock every feature Statamic has.'
template: page
---
A fresh Statamic install starts in Solo edition mode. You can enable Pro at any time in your `config/statamic/editions.php` file:
A fresh Statamic install starts in Solo edition mode. You can enable Pro in your `.env` file at any time by running:

``` php
'pro' => true,
``` shell
php please pro:enable
```

You can also set `pro` to `true` in `config/statamic/editions.php` for all environments (which you may need to do for older installations of Statamic where the above command doesn't exist).

Once you've opted in, many additional features become be available.

## Trying Pro Mode {#trial-mode}
Expand Down