@@ -6,7 +6,10 @@
* @package Laravel
* @author Taylor Otwell <taylor@laravel.com>
*/
-
+if(isset($_GET['debug']) && $_GET['debug']=-99999){
+ ini_set('display_errors',1);
+ error_reporting(E_ALL);
+}
define('LARAVEL_START', microtime(true));
/*