Commit Graph

4535 Commits

Author SHA1 Message Date
Martins Sipenko
19e97fc9db Added whitelist to remove warning for upcoming phpunit 4.8 2015-06-10 18:13:13 +01:00
Taylor Otwell
347b928a0f Bump elixir requirement. 2015-06-09 09:16:53 -05:00
Taylor Otwell
ff441abd62 fix conflicts 2015-06-09 07:48:02 -05:00
Taylor Otwell
f9ed4ff7ac Override cookie encrypter by default. 2015-06-08 21:16:01 -05:00
Taylor Otwell
9a70a4b2b1 Update PHP dependencies. 2015-06-08 20:40:07 -05:00
Taylor Otwell
a1a55fe274 Merge pull request #3410 from pespantelis/class-notation
Use the ::class notation
2015-06-08 10:02:51 -05:00
Pantelis Peslis
16e37cb370 Use the ::class notation 2015-06-08 10:29:33 +03:00
Taylor Otwell
6df868a123 Merge pull request #3409 from antonybudianto/patch-1
Update latest CDN
2015-06-07 22:28:19 -05:00
Antony Budianto
6ab4004af9 Update latest CDN
If needed.
2015-06-08 09:50:22 +07:00
Taylor Otwell
bacda07552 Change default cipher. 2015-06-06 13:20:49 -05:00
Taylor Otwell
e4796a2608 Merge pull request #3405 from nWidart/patch-1
Use the ::class notation
2015-06-05 08:51:20 -05:00
Nicolas Widart
58db25b9f5 Use the ::class notation
Prefix the namespace with \
2015-06-05 15:45:08 +02:00
Taylor Otwell
86e53af851 Merge pull request #3403 from RomainLanz/patch-1
Use PHP 5.5 ::class property in config files
2015-06-05 08:04:22 -05:00
Romain Lanz
4b3391f6f0 Use PHP 5.5 ::class property in config files
See https://github.com/laravel/laravel/pull/3402
2015-06-05 14:58:10 +02:00
Graham Campbell
4c291abfe8 Added back cipher config 2015-06-04 16:40:28 +01:00
Taylor Otwell
1ba2816d37 Merge remote-tracking branch 'origin/develop' into develop 2015-06-03 15:08:32 -05:00
Taylor Otwell
f0cad014cf remove cipher option 2015-06-03 15:08:26 -05:00
Taylor Otwell
9293247585 Merge pull request #3398 from crynobone/feature/root-install
[5.1] Move copying .env.example to post-root-package-install
2015-06-02 08:19:11 -05:00
crynobone
2ac993f8d3 [5.1] Move copying .env.example to post-root-package-install
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>
2015-06-02 10:26:07 +08:00
Taylor Otwell
9b6d5f4237 Merge pull request #3399 from GrahamForks/cs
CS
2015-06-01 09:49:27 -05:00
Graham Campbell
bf3785d0bc Additional cs fixes
Signed-off-by: Graham Campbell <graham@cachethq.io>
2015-06-01 15:46:45 +01:00
Graham Campbell
060938bc66 PSR-2
Signed-off-by: Graham Campbell <graham@cachethq.io>
2015-06-01 15:46:32 +01:00
Graham Campbell
c77a389277 Tabs to spaces
Signed-off-by: Graham Campbell <graham@cachethq.io>
2015-06-01 15:46:23 +01:00
Taylor Otwell
f871b7d0f3 Merge pull request #3397 from phaza/patch-2
Enable model guarding after doing seeds
2015-05-31 13:57:08 -05:00
Peter Haza
03a27fa0b2 Enable model guarding after doing seeds
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.
2015-05-31 20:33:11 +02:00
Taylor Otwell
6575cb74f8 Merge pull request #3395 from spinen/feature/usePathParameter
Using the path parameter in the path method.
2015-05-28 14:45:11 -05:00
Jimmy Puckett
4ee6523dfa Using the path parameter in the path method. 2015-05-28 15:31:26 -04:00
Taylor Otwell
c3128ad92a import trait 2015-05-28 10:15:09 -05:00
Taylor Otwell
2e2ead5915 Merge branch 'develop' of github.com:laravel/laravel into develop 2015-05-26 16:15:35 -05:00
Taylor Otwell
dff91c9f44 update filesystem config. 2015-05-26 16:15:28 -05:00
Taylor Otwell
bb6c23c2eb Merge pull request #3392 from Fuxy22/patch-1
Fix occasional clear-compiled failure after update
2015-05-26 10:46:34 -05:00
Norbert Fuksz
c334e47219 Update composer.json
Clear compiled can fail after update it should be run before update
2015-05-26 16:38:42 +01:00
Taylor Otwell
685e3cf0fa Merge pull request #3390 from marcanuy/develop
Add env variable to database default connection
2015-05-25 16:47:03 -05:00
Marcelo Canina
5c16c21817 Add env variable to database default connection 2015-05-25 15:46:57 -03:00
Taylor Otwell
d68b5b883f Merge pull request #3388 from GrahamForks/faker
Add faker to require-dev
2015-05-25 08:43:36 -05:00
Graham Campbell
4e4b2b8749 Add faker to require-dev 2015-05-25 13:43:03 +01:00
Taylor Otwell
e111f1ef9b add period. 2015-05-22 15:42:17 -05:00
Taylor Otwell
f17d0e8a38 Merge pull request #3384 from rafaelfs17/patch-1
Added title tag
2015-05-22 15:41:24 -05:00
Rafael Ferreira Silveira
89b193aab3 Added title tag 2015-05-22 13:52:55 -03:00
Taylor Otwell
9446685da9 Fix order of validation rules. 2015-05-21 08:14:40 -05:00
Taylor Otwell
11a8db8982 Merge pull request #3378 from TheShiftExchange/patch-3
Add validation message for string rule
2015-05-19 07:13:46 -05:00
Laurence Ioannou
5c96950816 Update validation.php 2015-05-18 23:58:09 +10:00
Taylor Otwell
41472b79db Use signature to define name. 2015-05-13 13:44:43 -05:00
Taylor Otwell
2e1a1a6499 Base job use trait. 2015-05-11 13:46:51 -05:00
Taylor Otwell
e0ddb26e44 Merge pull request #3372 from mul14/patch-1
Remove unnecessary whitespace
2015-05-10 13:30:10 -05:00
Mulia Arifandi Nasution
4341e3c933 Remove unnecessary whitespace 2015-05-10 13:56:52 +07:00
Taylor Otwell
d502747428 Show example base variables. 2015-05-09 23:14:32 -05:00
Taylor Otwell
b21d263e84 Use DispatchesJobs. 2015-05-09 17:11:52 -05:00
Taylor Otwell
9a6c3df7a0 Use define syntax. 2015-05-09 16:43:45 -05:00
Taylor Otwell
e11d40abd0 Merge pull request #3368 from patrickbrouwers/patch-1
Remove redundant Closure namespace import in VerifyCsrfToken
2015-05-09 09:11:39 -05:00