- 08 Jun, 2015 2 commits
-
-
Taylor Otwell authored
Use the ::class notation
-
Pantelis Peslis authored
-
- 06 Jun, 2015 1 commit
-
-
Taylor Otwell authored
-
- 05 Jun, 2015 4 commits
-
-
Taylor Otwell authored
Use the ::class notation
-
Nicolas Widart authored
Prefix the namespace with \
-
Taylor Otwell authored
Use PHP 5.5 ::class property in config files
-
Romain Lanz authored
See https://github.com/laravel/laravel/pull/3402
-
- 04 Jun, 2015 1 commit
-
-
Graham Campbell authored
-
- 03 Jun, 2015 2 commits
-
-
Taylor Otwell authored
-
Taylor Otwell authored
-
- 02 Jun, 2015 2 commits
-
-
Taylor Otwell authored
[5.1] Move copying .env.example to post-root-package-install
-
crynobone authored
post-create-project-cmd is executed only after post-install-cmd and this could cause issue on the first installation (via composer create-project) where environment is not prepared hence `php artisan optimize` would generate `compiled.php`. Signed-off-by: crynobone <crynobone@gmail.com>
-
- 01 Jun, 2015 4 commits
-
-
Taylor Otwell authored
CS
-
Graham Campbell authored
Signed-off-by: Graham Campbell <graham@cachethq.io>
-
Graham Campbell authored
Signed-off-by: Graham Campbell <graham@cachethq.io>
-
Graham Campbell authored
Signed-off-by: Graham Campbell <graham@cachethq.io>
-
- 31 May, 2015 2 commits
-
-
Taylor Otwell authored
Enable model guarding after doing seeds
-
Peter Haza authored
Leaving models unguarded can cause all kinds of havoc if someone uses seeds in their tests. Best to default to reguard after doing the seeds.
-
- 28 May, 2015 3 commits
-
-
Taylor Otwell authored
Using the path parameter in the path method.
-
Jimmy Puckett authored
-
Taylor Otwell authored
-
- 26 May, 2015 2 commits
-
-
Taylor Otwell authored
-
Taylor Otwell authored
-
- 25 May, 2015 4 commits
-
-
Taylor Otwell authored
Add env variable to database default connection
-
Marcelo Canina authored
-
Taylor Otwell authored
Add faker to require-dev
-
Graham Campbell authored
-
- 22 May, 2015 3 commits
-
-
Taylor Otwell authored
-
Taylor Otwell authored
Added title tag
-
Rafael Ferreira Silveira authored
-
- 21 May, 2015 1 commit
-
-
Taylor Otwell authored
-
- 13 May, 2015 1 commit
-
-
Taylor Otwell authored
-
- 11 May, 2015 1 commit
-
-
Taylor Otwell authored
-
- 10 May, 2015 3 commits
-
-
Taylor Otwell authored
Remove unnecessary whitespace
-
Mulia Arifandi Nasution authored
-
Taylor Otwell authored
-
- 09 May, 2015 4 commits
-
-
Taylor Otwell authored
-
Taylor Otwell authored
-
Taylor Otwell authored
Remove redundant Closure namespace import in VerifyCsrfToken
-
Patrick Brouwers authored
-