Last active
October 25, 2016 22:38
-
-
Save Simplesmente/6098035a99811f334f9c2891f54ed10a to your computer and use it in GitHub Desktop.
Revisions
-
Simplesmente revised this gist
Oct 25, 2016 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,3 +1,4 @@ <?php ini_set('display_errors',1); require __DIR__ .'/../bootstrap/app.php'; -
Simplesmente created this gist
Oct 25, 2016 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,3 @@ ini_set('display_errors',1); require __DIR__ .'/../bootstrap/app.php';