Skip to content

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.
*Laděnku* aktivujeme snadno. Stačí přidat do kódu, nejlépe hned za načtení knihovny a dříve než se odešle jakýkoliv výstup, následující řádky:

```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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants