Skip to content

Commit

Permalink
Version relese
Browse files Browse the repository at this point in the history
  • Loading branch information
ConsoleTVs committed Feb 13, 2016
1 parent 3baf393 commit 377952b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/views/welcome.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@
.env file placed in your root directory
</p>

<h3><small>.env example</small></h3>
<h3><small>.env example (it uses your generated key)</small></h3>
<pre>
APP_ENV=local
APP_DEBUG=true
APP_KEY={{ env('APP_KEY') }}
APP_NAME=Laralum
APP_VERSION={{ env('APP_VERSION') }}
APP_VERSION='1.0.3'

USER_NAME="ADMINISTRATOR_NAME"
USER_EMAIL="my@email.com"
Expand Down

0 comments on commit 377952b

Please sign in to comment.