Commit Graph

4514 Commits

Author SHA1 Message Date
Pantelis Peslis
16e37cb370 Use the ::class notation 2015-06-08 10:29:33 +03: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
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
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
Patrick Brouwers
f1beeb4d3b Remove redundant Closure namespace import in VerifyCsrfToken 2015-05-09 14:25:42 +02:00
Taylor Otwell
fdf6dd7c20 Stub factory. 2015-05-08 08:42:04 -05:00
Taylor Otwell
7477ec918f Pull in Mockery for mocking. 2015-05-06 21:08:42 -05:00
Taylor Otwell
ed93318cb7 Update test case. 2015-05-06 16:58:03 -05:00
Taylor Otwell
0d541ecb9a Merge pull request #3360 from patrickbrouwers/patch-2
Add log driver to broadcasting connections
2015-05-06 16:48:50 -05:00
Patrick Brouwers
1c4dcea2a2 Add log driver to broadcasting connections 2015-05-06 11:02:13 +02:00
Taylor Otwell
89e2d8e174 Auth controller stubs. 2015-05-01 23:04:32 -05:00
Taylor Otwell
89f568156f No need to override this by default anymore. 2015-04-30 14:59:22 -05:00
Taylor Otwell
f4a2282e4e Add migration stubs. 2015-04-30 14:55:34 -05:00
Taylor Otwell
b22a1f48c8 Fix typo. 2015-04-30 14:19:00 -05:00
Taylor Otwell
4e8d5533bd Stub out except property. 2015-04-30 14:18:27 -05:00
Taylor Otwell
88f5182d1f Use short-cut. 2015-04-28 13:36:52 -05:00