Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexSlawinski authored Jul 10, 2023
1 parent 87fb2aa commit c1a107e
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Ensure that the following modules have been updated:
composer require --dev spryker/profiler --ignore-platform-reqs
```

### 4) Set up behavior
### Set up behavior

1. For `Yves` application, register the following plugins:

Expand Down Expand Up @@ -189,14 +189,14 @@ class WebProfilerDependencyProvider extends SprykerWebProfilerDependencyProvider
}
```

# 5) Generate transfers
# Generate transfers

Please run `console transfer:generate` command to generate all the necessary transfer objects.
Run the `console transfer:generate` command to generate all the necessary transfer objects.


# 6) Enable the configuration
# Enable the configuration

Module Profile works as a part of Web Profiler feature. By default, Web Profiler can be disabled.
Module Profile works as a part of Web Profiler feature. By default, Web Profiler is disabled.
To enable Web Profiler, please update `config/Shared/config_default-docker.dev.php` configuration file.

```php
Expand Down

0 comments on commit c1a107e

Please sign in to comment.