- 14 Jun, 2015 2 commits
-
-
Taylor Otwell authored
Set minimum stability to stable
-
Barry vd. Heuvel authored
-
- 11 Jun, 2015 5 commits
-
-
Taylor Otwell authored
Set default charset for sqlsrv driver to utf8
-
Bas Peters authored
-
Taylor Otwell authored
Fix doctype declarations
-
Kai Rienow authored
-
Kai Rienow authored
-
- 10 Jun, 2015 2 commits
-
-
Taylor Otwell authored
Added whitelist to remove warning for upcoming phpunit 4.8
-
Martins Sipenko authored
-
- 09 Jun, 2015 4 commits
-
-
Taylor Otwell authored
-
Taylor Otwell authored
-
Taylor Otwell authored
-
Taylor Otwell authored
-
- 08 Jun, 2015 4 commits
-
-
Taylor Otwell authored
Use the ::class notation
-
Pantelis Peslis authored
-
Taylor Otwell authored
Update latest CDN
-
Antony Budianto authored
If needed.
-
- 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 4 commits
-
-
Taylor Otwell authored
-
Taylor Otwell authored
-
Taylor Otwell authored
Fix occasional clear-compiled failure after update
-
Norbert Fuksz authored
Clear compiled can fail after update it should be run before update
-