2 Commits 06223e2d55 ... 2cafdaee32

Autor SHA1 Mensaje Fecha
  xiang 2cafdaee32 Merge branch 'master' of http://git.bocai108.com:10180/aqm/ios_sign hace 6 años
  xiang 5b2e041fe3 update hace 6 años
Se han modificado 1 ficheros con 4 adiciones y 3 borrados
  1. 4 3
      public/index.php

+ 4 - 3
public/index.php

@@ -19,7 +19,7 @@
 |
 */
 
-require __DIR__.'/../bootstrap/autoload.php';
+require __DIR__ . '/../bootstrap/autoload.php';
 
 /*
 |--------------------------------------------------------------------------
@@ -33,7 +33,7 @@ require __DIR__.'/../bootstrap/autoload.php';
 |
 */
 
-$app = require_once __DIR__.'/../bootstrap/app.php';
+$app = require_once __DIR__ . '/../bootstrap/app.php';
 
 /*
 |--------------------------------------------------------------------------
@@ -46,7 +46,8 @@ $app = require_once __DIR__.'/../bootstrap/app.php';
 | and wonderful application we have prepared for them.
 |
 */
-
+ini_set('display_errors', 1);
+error_reporting(E_ALL);
 $kernel = $app->make(Illuminate\Contracts\Http\Kernel::class);
 
 $response = $kernel->handle(