Skip to content
This repository has been archived by the owner on Aug 11, 2022. It is now read-only.

Commit

Permalink
Updated Installation docs, .env automation on #30
Browse files Browse the repository at this point in the history
  • Loading branch information
silverbux committed Jun 7, 2016
1 parent 2a856e6 commit ee28cca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ <h3 id="commands">Commands</h3>
{% highlight text %}
$ composer install && npm install
{% endhighlight %}
<p>Copy <code>.env.example</code> to <code>.env</code> and enter necessary config for DB and Oauth Providers Settings.</p>
<p>Open <code>.env</code> and enter necessary config for DB and Oauth Providers Settings.</p>
{% highlight text %}
$ php artisan migrate
$ php artisan key:generate
$ php artisan db:seed
{% endhighlight %}
<h3 id="configuration">Configuration</h3>
<p>Open <code>.env</code> file, if it does not exists copy <code>.env.example</code> file .</p>
Expand Down

0 comments on commit ee28cca

Please sign in to comment.