Commit Graph
100 Commits
Author SHA1 Message Date
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
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
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
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
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
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
Taylor Otwell 7b675abe4b Merge pull request #4939 from driesvints/phpunit8
[5.8] Update to PHPUnit 8
2019-02-08 16:10:44 -06: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
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
Taylor Otwell f1702e9c7d Merge pull request #4931 from simoebenhida/master
[5.7] Ignore testing folder on storage/framework
2019-02-04 11:22:26 -06:00
Taylor Otwell 3702622461 Merge pull request #4930 from epalmans/master
Attribute casting for 'email_verified_at' on User model stub (with explanation)
2019-02-04 07:31:43 -06:00
Taylor Otwell ed60178bcc Merge pull request #4929 from AbdelElrafa/master
Add sponsor.
2019-02-04 07:15:00 -06:00
Taylor Otwell 7ba612b3ef Merge pull request #4924 from fideloper/patch-2
[5.7] web.config comment to help debug issues
2019-01-30 16:26:08 -06:00
Taylor Otwell 7b322b6431 Update web.config 2019-01-30 16:26:00 -06:00
Taylor Otwell 4ce439c21b Merge pull request #4921 from SjorsO/master
[5.7] Change order of boot and register methods in service providers
2019-01-29 08:28:15 -06:00
Taylor Otwell ab1e9f8b6a default to false 2019-01-28 08:38:36 -06:00
Taylor Otwell 6da06fba93 default to true 2019-01-28 08:38:14 -06:00
Taylor Otwell d80b4e7cb0 adjust name of configuration value 2019-01-28 08:37:39 -06:00
Taylor Otwell 1f0640f99d Merge pull request #4917 from driesvints/remove-unused-bootstrap-class
[5.7] Remove unused Bootstrap class
2019-01-23 08:27:30 -06:00
Taylor Otwell 2b14e0e96b Merge pull request #4913 from yuloh/beanstalkd-blocking-pop-config
[5.8] Add beanstalk queue block_for config key
2019-01-18 08:11:32 -06:00
Taylor Otwell 9180f646d3 add env variable for mysql ssl cert 2019-01-17 10:41:23 -06:00
Taylor Otwell 2d2c089a4a Merge pull request #4904 from Te7a-Houdini/modify-redirect-if-auth-middleware-to-allow-multiple-guards
[5.8] Modify RedirectIfAuthenticated middleware to accept multiple guards
2019-01-16 09:06:56 -06:00
Taylor Otwell 247f7f9619 Update RedirectIfAuthenticated.php 2019-01-16 09:05:51 -06:00
Taylor Otwell 3a550dee85 Merge branch 'master' into develop 2019-01-11 08:53:23 -06:00
Taylor Otwell 915667a8d5 formatting 2019-01-11 08:48:42 -06:00
Taylor Otwell f795055577 tweak wording 2019-01-10 15:21:07 -06:00
Taylor Otwell 35de8c9854 Merge branch 'develop' of github.com:laravel/laravel into develop 2019-01-10 15:19:09 -06:00
Taylor Otwell 1be5e29753 add dynamo to stubs 2019-01-10 15:18:58 -06:00
Taylor Otwell 29494438f1 Merge pull request #4899 from tiagocyberduck/master
Add Cyber-Duck as a Sponsor
2019-01-10 13:04:21 -06:00
Taylor Otwell cfc2220109 remove svgs 2018-12-30 19:41:37 -05:00
Taylor Otwell ddd8c2a790 Merge pull request #4884 from eric-famiglietti/patch-1
Remove extra whitespace.
2018-12-19 07:43:20 -06:00
Taylor Otwell 87667b25ae update env variable stubs 2018-12-18 09:09:55 -06:00
Taylor Otwell 3959c09f3b import class 2018-12-18 09:07:33 -06:00
Taylor Otwell 4070dc98d4 fix conflicts 2018-12-18 09:06:40 -06:00
Taylor Otwell 70532dd8ae Merge branch 'mix' of https://github.com/JeffreyWay/laravel into JeffreyWay-mix 2018-12-15 08:37:28 -06:00
Taylor Otwell c8ec9d4358 Merge branch 'master' of github.com:laravel/laravel 2018-12-11 16:05:51 -06:00
Taylor Otwell e1b8847a92 add env variable 2018-12-11 16:05:24 -06:00
Taylor Otwell b1763fe180 Merge pull request #4878 from TBlindaruk/delete-401.svg
[5.8] Delete 401.svg
2018-12-09 07:34:51 -06:00
Taylor Otwell bc435e7fdd Update .gitignore 2018-12-01 10:53:17 -06:00
Taylor Otwell 4da373d6b2 Merge pull request #4870 from driesvints/update-changelog
[5.7] Update changelog
2018-11-29 16:26:38 -06:00
Taylor Otwell b926f2e114 Merge pull request #4866 from driesvints/add-starts-with-rule
[5.7] Add language entry for starts_with rule
2018-11-27 08:16:04 -06:00
Taylor Otwell 7adea122a5 Merge pull request #4867 from ajthinking/patch-1
[5.7] Fixed mixed up comment order
2018-11-27 08:14:28 -06:00
Taylor Otwell 2a483bbf60 Merge pull request #4865 from eugenesaenko/patch-1
[5.8] Fix typo and add label to breaking change
2018-11-22 08:28:25 -06:00
Taylor Otwell fcb7d35730 Merge pull request #4863 from staudenmeir/validation
[5.7] Add date_equals validation message
2018-11-21 16:05:36 -06:00
Taylor Otwell 03ac80b779 change variable name 2018-11-20 22:01:06 -06:00
Taylor Otwell 071a05bd76 use env superglobal 2018-11-20 21:57:43 -06:00
Taylor Otwell ac8e6fb124 Merge branch 'master' of github.com:laravel/laravel 2018-11-20 21:46:22 -06:00
Taylor Otwell 5ea6fe18a8 add env variable for compiled view path 2018-11-20 21:46:11 -06:00
Taylor Otwell 6806aaa356 Merge pull request #4856 from localheinz/feature/composer-normalize
[5.7] Enhancement: Normalize composer.json
2018-11-18 10:24:43 -06:00
Taylor Otwell b88d8fd18f formatting 2018-11-16 08:09:12 -06:00
Taylor Otwell de1f472d76 Merge branch 'master' of github.com:laravel/laravel 2018-11-14 14:36:55 -06:00
Taylor Otwell 63a4039123 add asset url configuration option 2018-11-14 14:36:47 -06:00
Taylor Otwell a2c8df54f7 Merge pull request #4854 from aryehraber/patch-1
[5.7] Clean up auto register Vue components
2018-11-14 07:49:22 -06:00
Taylor Otwell dc3e768d4c Merge pull request #4853 from aryehraber/patch-2
[5.7] Remove lodash dependency when auto registering Vue components
2018-11-13 09:35:13 -06:00
Taylor Otwell 7634bc6ab7 add sponsor 2018-11-12 08:48:23 -06:00
Taylor Otwell c09519f547 formatting 2018-11-07 19:05:31 -05:00
Taylor Otwell c2359fe119 wip 2018-11-02 10:42:02 -05:00
Taylor Otwell fa2af39310 compile assets 2018-11-02 10:14:29 -05:00
Taylor Otwell ab8f3f37c2 update example 2018-11-02 10:13:11 -05:00
Taylor Otwell 990d58c78f uncomment 2018-11-02 10:12:37 -05:00
Taylor Otwell 05acbad5b6 formatting 2018-11-02 10:11:21 -05:00
Taylor Otwell 5d7936eeb0 Merge pull request #4841 from narwy/patch-1
[ALL] gitignore for NetBeans IDE
2018-10-31 06:00:27 +11:00
Taylor Otwell 122e99c1fb Merge pull request #4836 from laurencei/laurencei-patch-1
[5.7] Improve docs
2018-10-31 01:41:56 +11:00
Taylor Otwell 79e8ff4290 Merge pull request #4838 from dakira/fk-support
introduce sqlite foreign_key_constraints config option
2018-10-31 00:33:05 +11:00
Taylor Otwell 8c4293d22b Merge pull request #4837 from bbashy/patch-1
[5.7] use env value for redis queue name
2018-10-31 00:11:59 +11:00
Taylor Otwell 51c0f51acb Merge pull request #4834 from clemir/uuid-validation
Add message for UUID validation rule
2018-10-29 08:59:30 +11:00
Taylor Otwell 6ee6f6423b Merge pull request #4833 from DojoGeekRA/feature/phpunit.xml
Sort phpunit environment variables alphabetically
2018-10-28 02:06:39 +11:00
Taylor Otwell f9cf7ff1c8 Merge pull request #4832 from daniel-banciulea/master
[5.7] Fix running mix tasks error
2018-10-25 04:00:32 +11:00
Taylor Otwell 4c63c84073 Merge pull request #4831 from michaelmano/master
[5.7] Update vue version to 2.5.17
2018-10-24 00:01:19 +11:00
Taylor Otwell 39562b452a Merge pull request #4830 from cyberhicham/master
Removing double arrow alignments
2018-10-23 05:18:24 +11:00
Taylor Otwell 05e54193ba Merge pull request #4820 from brainmaniac/patch-1
changed syntax for validation
2018-10-17 13:43:21 +09:00
Taylor Otwell c089067493 Merge pull request #4822 from borisdamevin/patch-2
Fix bad font size render on link
2018-10-17 13:41:46 +09:00
Taylor Otwell 56b8c01080 Merge pull request #4814 from TBlindaruk/added-default-401-image
[5.8] Added default 401.svg
2018-10-16 17:02:05 +09:00
Taylor Otwell b637ee304c Merge pull request #4805 from driesvints/fix-api-redirect
[5.7] Don't redirect for api calls
2018-10-12 08:44:32 -05:00
Taylor Otwell c9e612f510 Merge pull request #4803 from driesvints/cashier-add-verify-webhook-config-values
[5.7] Add new Stripe webhook config values
2018-10-11 12:19:28 -05:00
Taylor Otwell e830a3af02 Merge pull request #4797 from connectkushal/patch-2
[5.8] Update UserFactory password in line with #4794
2018-10-06 13:43:58 -05:00
Taylor Otwell 1cb18d11ac Merge pull request #4794 from jakebathman/change-password-min-length-to-8
[5.8] Change password min length to 8
2018-10-05 14:23:33 -05:00
Taylor Otwell a273cea667 Merge pull request #4791 from staudenmeir/pagination
[5.7] Revert #4744
2018-10-05 12:06:06 -05:00
Taylor Otwell b98d49ebb3 formatting 2018-10-02 12:51:41 -05:00
Taylor Otwell 6735b84ccc Merge pull request #4783 from laravel/laurencei-patch-1
[5.7] Update database config
2018-10-02 06:56:28 -07:00
Taylor Otwell 877e2d7fda Merge pull request #4782 from eduarguzher/patch/validation-translation
[5.7] Changes the translation for "required_with_all" validation rule
2018-10-02 06:24:48 -07:00
Taylor Otwell 5b7f3b2061 Merge pull request #4781 from ankurk91/patch/lang-attribute
[5.7] Update lang attribute
2018-10-01 06:15:30 -07:00
Taylor Otwell 7d7734fe9a wip 2018-10-01 07:50:06 -05:00