- 25 Mar, 2016 1 commit
-
-
Alex Bowers authored
This allows us to get the coloured output from Process.
-
- 08 Feb, 2016 2 commits
-
-
Taylor Otwell authored
-
Taylor Otwell authored
Throw an exception instead of a fatal error for the Zip extension.
-
- 07 Feb, 2016 1 commit
-
-
Saulo Soares de Toledo authored
Before this fix, creating a new application throws a fatal error if the Zip extension is not installed.
-
- 20 Dec, 2015 1 commit
-
-
Taylor Otwell authored
Fixed typo
-
- 19 Dec, 2015 5 commits
-
-
Graham Campbell authored
-
Taylor Otwell authored
-
Taylor Otwell authored
-
Taylor Otwell authored
-
Taylor Otwell authored
-
- 10 Dec, 2015 4 commits
-
-
Taylor Otwell authored
Updated composer.lock
-
Graham Campbell authored
-
Taylor Otwell authored
Allow global installs along side symfony 3 deps
-
Graham Campbell authored
-
- 04 Dec, 2015 1 commit
-
-
Taylor Otwell authored
-
- 13 Nov, 2015 3 commits
-
-
Taylor Otwell authored
-
Taylor Otwell authored
Allow use of Guzzle 6.0
-
Oliver Kaufmann authored
-
- 20 Oct, 2015 4 commits
-
-
Taylor Otwell authored
Revert "Parameters removed because they are not in use"
-
Taylor Otwell authored
-
Taylor Otwell authored
Parameters removed because they are not in use
-
Antério vieira da silva authored
-
- 03 Aug, 2015 2 commits
-
-
Taylor Otwell authored
CS Fixes
-
Graham Campbell authored
-
- 01 Aug, 2015 1 commit
-
-
Graham Campbell authored
-
- 13 Jun, 2015 3 commits
-
-
Taylor Otwell authored
ET minor fixes
-
Erik Telford authored
-
Erik Telford authored
-
- 10 Jun, 2015 2 commits
-
-
Taylor Otwell authored
-
Taylor Otwell authored
Call composer command to copy .env file
-
- 09 Jun, 2015 2 commits
-
-
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.
-
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.
-
- 29 Apr, 2015 2 commits
-
-
Taylor Otwell authored
Keep symbolic links in zip
-
Jildert Miedema authored
The files in ```vendor/bin``` or symbolic linked. Use the -y for ```zip``` will keep the symbolic links. Otherwise this will produce an error: ```sh php laravel new test-app cd test-app/vendor/bin php ./phpunit ```
-
- 22 Mar, 2015 2 commits
-
-
Taylor Otwell authored
New CS Fixes
-
Graham Campbell authored
-
- 15 Mar, 2015 3 commits
-
-
Taylor Otwell authored
Allow use with both guzzle 4 and guzzle 5
-
Graham Campbell authored
-
Taylor Otwell authored
Guzzle 5 And Other Cool Stuff
-
- 14 Mar, 2015 1 commit
-
-
Graham Campbell authored
-