index.php 67 B

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