init.php 150 B

12345
  1. <?php
  2. // Include the autoloader to get started.
  3. // (make sure to run `composer install`!)
  4. require_once dirname( __FILE__ ) . '/vendor/autoload.php';