Dries Vints
|
3d325b8485
|
Update changelog
|
2019-03-05 15:12:13 +01:00 |
Taylor Otwell
|
3001f3c6e2
|
check if extension loaded
|
2019-02-28 14:31:42 -06:00 |
Taylor Otwell
|
a0f6bcc773
|
comment out options
|
2019-02-28 08:34:10 -06:00 |
Taylor Otwell
|
f4ff4f4176
|
comment
|
2019-02-27 07:24:37 -06:00 |
Taylor Otwell
|
d4d4a69b76
|
Merge pull request #4956 from akalongman/master
[5.8] Use correct env name for AWS region from env.example
|
2019-02-27 07:20:20 -06:00 |
Avtandil Kikabidze
|
b34328a166
|
Use correct env name for AWS region from env.example
|
2019-02-27 14:05:01 +04:00 |
Taylor Otwell
|
f84a69ee85
|
add bucket to env example
|
2019-02-26 16:37:18 -06:00 |
Taylor Otwell
|
ff4f40fbab
|
set default region
|
2019-02-26 14:47:40 -06:00 |
Taylor Otwell
|
0398581a44
|
Merge branch 'master' of github.com:laravel/laravel
|
2019-02-26 11:11:26 -06:00 |
Taylor Otwell
|
02c23bdfd5
|
add postmark
|
2019-02-26 11:11:16 -06:00 |
Dries Vints
|
53b59cd0ba
|
Merge branch 'master' into develop
|
2019-02-26 18:02:29 +01:00 |
Dries Vints
|
4c880d3c79
|
Update changelog
|
2019-02-26 18:02:07 +01:00 |
Dries Vints
|
0629a067a8
|
Merge branch '5.7'
|
2019-02-26 17:45:35 +01:00 |
Dries Vints
|
42c2a7ee27
|
Update changelog
|
2019-02-26 17:41:19 +01:00 |
Dries Vints
|
0582a20add
|
Encourage to use PHPUnit 8
|
2019-02-26 17:32:09 +01:00 |
Dries Vints
|
25cf4c4923
|
Require PHP 7.2
|
2019-02-26 17:31:56 +01:00 |
Dries Vints
|
573cc157eb
|
Update to Laravel 5.9
|
2019-02-26 17:31:37 +01:00 |
Taylor Otwell
|
f191f6f9c3
|
Merge branch 'master' into develop
|
2019-02-26 09:42:51 -06:00 |
Taylor Otwell
|
505a891db6
|
Merge pull request #4952 from andrewgorpenko/andrewgorpenko-patch-1
Fix unterminated statements
|
2019-02-26 07:58:35 -06:00 |
Taylor Otwell
|
752ca6db17
|
Merge pull request #4951 from CupOfTea696/feature/add-arr-and-str-aliases
[5.8] Add Arr and Str aliases by default
|
2019-02-26 07:51:25 -06:00 |
Andrew Gorpenko
|
66eeb3bca3
|
Fix unterminated statements
This tiny patch adds missing commas to the app.js file.
|
2019-02-26 15:51:24 +02:00 |
Sven Wittevrongel
|
590ae17031
|
Add Arr and Str aliases by default
|
2019-02-26 14:31:11 +01:00 |
Taylor Otwell
|
45742652cc
|
add postmark token
|
2019-02-25 20:21:00 -06:00 |
Taylor Otwell
|
0ee4cec523
|
Merge branch 'develop' of github.com:laravel/laravel into develop
|
2019-02-25 14:32:57 -06:00 |
Taylor Otwell
|
64b16c2852
|
revert to old redis config
|
2019-02-25 14:32:49 -06:00 |
Taylor Otwell
|
b681370492
|
Merge pull request #4946 from ankurk91/patch/big-int
[5.8] use bigIncrements by default
|
2019-02-24 18:52:42 -06:00 |
Taylor Otwell
|
b5b2341fd6
|
Merge pull request #4949 from laravel/revert-4904-modify-redirect-if-auth-middleware-to-allow-multiple-guards
Revert "[5.8] Modify RedirectIfAuthenticated middleware to accept multiple guards"
|
2019-02-24 18:51:21 -06:00 |
Taylor Otwell
|
44d274174f
|
Revert "[5.8] Modify RedirectIfAuthenticated middleware to accept multiple guards"
|
2019-02-24 18:51:07 -06:00 |
Ankur Kumar
|
426df7a0e4
|
[5.8] use bigIncrements by default
All new migrations will be using bigIncrements
https://github.com/laravel/framework/pull/26472
|
2019-02-24 10:53:30 +05:30 |
Taylor Otwell
|
1d8add88f7
|
Merge branch 'develop' of github.com:laravel/laravel into develop
|
2019-02-19 21:58:38 -05:00 |
Taylor Otwell
|
d201c69a8b
|
update config file
|
2019-02-19 21:58:25 -05:00 |
Dries Vints
|
3c53897ee4
|
Merge branch 'master' into develop
|
2019-02-15 18:47:27 +01:00 |
Dries Vints
|
83b6be51ad
|
Update changelog
|
2019-02-15 18:45:50 +01:00 |
Taylor Otwell
|
ea7fc0b336
|
update client
|
2019-02-15 07:51:45 -06:00 |
Taylor Otwell
|
2f2fe98aa9
|
Merge branch 'develop' of github.com:laravel/laravel into develop
|
2019-02-14 11:03:51 -06:00 |
Taylor Otwell
|
df4ecb9c83
|
change default redis configuration structure
|
2019-02-14 11:03:41 -06:00 |
Taylor Otwell
|
0904307e6a
|
Merge pull request #4943 from crynobone/patch-1
[5.8] Use $_SERVER instead of $_ENV for phpunit.
|
2019-02-13 08:45:03 -06:00 |
Mior Muhammad Zaki
|
69bd1dceef
|
Use $_SERVER instead of $_ENV for phpunit.
Laravel 5.8 limits dotenv to only rely on $_SERVER and not $_ENV. See https://github.com/laravel/framework/pull/27462
|
2019-02-13 08:54:45 +08:00 |
Dries Vints
|
fae44eeb26
|
Replace string helper
|
2019-02-12 16:53:41 +01:00 |
Dries Vints
|
75468420a4
|
Use same version as framework
|
2019-02-09 14:05:33 +01:00 |
Dries Vints
|
e4f20eac36
|
Reverse minimum PHPUnit version
|
2019-02-09 12:21:57 +01:00 |
Taylor Otwell
|
7b675abe4b
|
Merge pull request #4939 from driesvints/phpunit8
[5.8] Update to PHPUnit 8
|
2019-02-08 16:10:44 -06:00 |
Dries Vints
|
4dc76847c1
|
Update to PHPUnit 8
Encourage people on 5.8 to use PHPUnit 8.
|
2019-02-08 17:14:08 +01:00 |
Dries Vints
|
2a1f3761e8
|
Fix Typo
|
2019-02-05 18:46:48 +01:00 |
Taylor Otwell
|
864b1de19b
|
Merge pull request #4934 from JakeConnors376W/patch-1
[5.7] Improve grammar and readability
|
2019-02-05 07:37:34 -06:00 |
Taylor Otwell
|
43182688cf
|
Merge pull request #4935 from eddybrando/feat/remove-unnecessary-link-type
[5.7] Remove unnecessary link type on "welcome" view
|
2019-02-05 07:33:19 -06:00 |
Eddybrando Vásquez
|
e40dfc6b4d
|
feat: Remove unnecessary link type
|
2019-02-04 22:45:28 +01:00 |
JakeConnors376W
|
d638b3cd53
|
Improve grammar and readability
|
2019-02-04 09:26:04 -08:00 |
Taylor Otwell
|
049c7c9f75
|
Merge pull request #4933 from laravel/revert-4931-master
Revert "[5.7] Ignore testing folder on storage/framework"
|
2019-02-04 11:23:04 -06:00 |
Taylor Otwell
|
25a980f35a
|
Revert "[5.7] Ignore testing folder on storage/framework"
|
2019-02-04 11:22:55 -06:00 |