截流自动化的商城平台
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

bootstrap.php 255B

1234567891011
  1. <?php
  2. error_reporting(E_ALL);
  3. ini_set('display_errors', '1');
  4. if (!ini_get('date.timezone')) {
  5. date_default_timezone_set('GMT');
  6. }
  7. $loader = require dirname(__DIR__) . '/vendor/autoload.php';
  8. $loader->add('Songshenzong\\Support\\Test\\', __DIR__);