<?php 
 
/* 
|-------------------------------------------------------------------------- 
| Create The Application 
|-------------------------------------------------------------------------- 
*/ 
 
$app = require __DIR__.'/../bootstrap/app.php'; 
 
/* 
|-------------------------------------------------------------------------- 
| Run The Application 
|-------------------------------------------------------------------------- 
*/ 
 
$app->run(); 
 
 |