You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example, running the command with the path to this projects `src` dir would generate this output:
22
+
23
+
```php
24
+
<?php
25
+
26
+
require_once __DIR__ . '/php-inc.php';
19
27
```
20
28
21
29
You may want to make sure your `inc.php` file (or whatever you decide to name it) is ignored by version control, and then generate the file when you build your project.
0 commit comments