summaryrefslogtreecommitdiffstats
path: root/examples/bootstrap.php
diff options
context:
space:
mode:
Diffstat (limited to 'examples/bootstrap.php')
-rw-r--r--examples/bootstrap.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/bootstrap.php b/examples/bootstrap.php
new file mode 100644
index 0000000..8a5f839
--- /dev/null
+++ b/examples/bootstrap.php
@@ -0,0 +1,3 @@
+<?php
+ require_once dirname(__FILE__).'/../vendor/autoload.php';
+?> \ No newline at end of file