Skip to content
This repository has been archived by the owner on Jan 19, 2023. It is now read-only.

Commit

Permalink
Removed key and added debug statemments
Browse files Browse the repository at this point in the history
  • Loading branch information
ajthinking committed May 8, 2018
1 parent 02723b6 commit 31234cb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
APP_NAME=Laravel
APP_ENV=local
APP_KEY=base64:nwiAURhgi3EqbEAFMB92s4zrObnL0pHXz6nuZ/t9m9s=
APP_KEY=
APP_DEBUG=true
APP_LOG_LEVEL=debug
APP_URL=http://localhost
Expand Down
3 changes: 3 additions & 0 deletions app/Console/Commands/ParkCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ public function handle()

protected function createSymlinkToCode()
{
$this->info("TARGET: " . base_path("../stimpack"));
$this->info("LINK: " . env("STIMPACK_CODE_PATH") . "/stimpack");

symlink(
base_path("../stimpack"), // Target
env("STIMPACK_CODE_PATH") . "/stimpack" // Link
Expand Down

0 comments on commit 31234cb

Please sign in to comment.