Skip to content

Adding a line to the Tracy activation code sample #991

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Merged
merged 1 commit into from
Apr 7, 2023
Merged

Adding a line to the Tracy activation code sample #991

merged 1 commit into from
Apr 7, 2023

Conversation

mildabre
Copy link
Contributor

@mildabre mildabre commented Apr 5, 2023

A complete Tracy novice will easily miss the mention of the require 'vendor/autoload.php' line, which is hidden in a block of text in the current version of the documentation, while it is a mandatory line for proper activation of Tracy.

A complete Tracy novice will easily miss the mention of the require 'vendor/autoload.php' line, which is hidden in a block of text in the current version of the documentation, while it is a mandatory line for proper activation of Tracy.

```php
require 'vendor/autoload.php;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
require 'vendor/autoload.php;
require 'vendor/autoload.php';

@dg dg merged commit a742768 into nette:master Apr 7, 2023
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants