Skip to content

Commit

Permalink
Merge pull request #304 from oanhnn/bugfix/shared_dot_env_file_for_la…
Browse files Browse the repository at this point in the history
…ravel5

Added `.env` as a shared file in the Laravel recipe, to support Laravel 5.
  • Loading branch information
Hubert Viktor committed Jun 9, 2015
2 parents 84adf03 + d48ee4f commit da62fc4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions recipe/laravel.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
// Laravel shared dirs
set('shared_dirs', ['storage']);

// Laravel 5 shared file
set('shared_files', ['.env']);

// Laravel writable dirs
set('writable_dirs', ['storage', 'vendor']);

Expand Down

0 comments on commit da62fc4

Please sign in to comment.