index.php 67 B

1234
  1. <?php
  2. $app = require __DIR__.'/../bootstrap/app.php';
  3. $app->run();