Skip to content

Commit 9320a8b

Browse files
committed
update readme (require vendor dir)
1 parent 6ebcee7 commit 9320a8b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@
2323
composer require rboonzaijer/php-array-to-xml ^2.0
2424
```
2525

26+
Load the vendor files (these already loaded if you are using something like Symfony or Laravel)
27+
```php
28+
require __DIR__ . '/vendor/autoload.php';
29+
```
2630

2731

2832
## Usage

0 commit comments

Comments
 (0)