1. 04 Dec, 2015 1 commit
  2. 13 Nov, 2015 3 commits
  3. 20 Oct, 2015 4 commits
  4. 03 Aug, 2015 2 commits
  5. 01 Aug, 2015 1 commit
  6. 13 Jun, 2015 3 commits
  7. 10 Jun, 2015 2 commits
  8. 09 Jun, 2015 2 commits
    • Dan Hersam's avatar
      Moving post-root-package-install first · e93e688c
      Dan Hersam authored
      Moving this command first to keep 'php artisan optimize' from generating a
      'compiled.php' since the .env has APP_DEBUG set to true.
      e93e688c
    • Dan Hersam's avatar
      Call composer command to copy .env file · edb733a3
      Dan Hersam authored
      If you run the installer to create a new project it says the
      Application key was set successfully even though it wasn't.
      
      This calls the composer script to copy .env.example to .env, so the
      next script that calls artisan key:generate will work.
      
      The reason for the current behavior is that php artisan key:generate
      doesn't display an error if it fails to find a .env file.
      edb733a3
  9. 29 Apr, 2015 2 commits
  10. 22 Mar, 2015 2 commits
  11. 15 Mar, 2015 3 commits
  12. 14 Mar, 2015 4 commits
  13. 04 Mar, 2015 2 commits
  14. 25 Feb, 2015 6 commits
  15. 16 Feb, 2015 1 commit
    • Pedro Borges's avatar
      Duplicate .env.example for new apps. · 4a383d7e
      Pedro Borges authored
      When installing via Composer, it automatically duplicates the .env.example file. Now the Laravel installer will do too.
      
      This addition has been tested.
      4a383d7e
  16. 24 Nov, 2014 2 commits