Commit Graph

5898 Commits

Author SHA1 Message Date
Chris Fidao
19528fba83 web.config comment to help debug issues
IIS error reporting won't let you know why it errors out if the rewrite module is not installed.
2019-01-30 10:44:02 -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
Sjors
e0ae7914b9 change order of boot and register method 2019-01-29 14:40:47 +01: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
Propaganistas
217cbde378 Hint for lenient log stacks 2019-01-25 21:30:35 +01: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
Dries Vints
2498f317d7 Remove unused Bootstrap class
This class isn't available in Bootstrap 4.
2019-01-23 15:23:51 +01:00
Taylor Otwell
915667a8d5 formatting 2019-01-11 08:48:42 -06:00
ForzaFerrariDEV
1ec97b2c37 Update welcome.blade.php 2019-01-10 21:46:58 +01: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
Tiago Tavares
ebc94a6cf4 Add Cyber-Duck new Patreon Sponsor to readme 2019-01-10 15:18:24 +00:00
Dries Vints
096c237727 Merge pull request #4896 from goodjack/patch-1
Remove extra whitespace
2019-01-09 13:12:32 +01:00
小克
322f7fb152 Remove extra whitespace 2019-01-09 11:21:41 +08:00
Dries Vints
321d9e3786 Update changelog 2019-01-03 17:46:21 +01:00
Dries Vints
8f06b20d12 Update changelog 2019-01-03 17:32:14 +01:00
Dries Vints
d1db3cd089 Update changelog 2018-12-20 14:55:04 +01:00
Taylor Otwell
ddd8c2a790 Merge pull request #4884 from eric-famiglietti/patch-1
Remove extra whitespace.
2018-12-19 07:43:20 -06:00
Eric Famiglietti
d0726a34d1 Remove extra whitespace. 2018-12-18 22:22:09 -05:00
Taylor Otwell
70532dd8ae Merge branch 'mix' of https://github.com/JeffreyWay/laravel into JeffreyWay-mix 2018-12-15 08:37:28 -06:00
Jeffrey Way
dc58f95ebb Bump to Mix v4 2018-12-14 15:14:03 -05: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
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
Dries Vints
af2b3b18e9 Update changelog 2018-11-29 18:22:22 +01: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
Anders Jürisoo
c9046b2291 Fixed mixed up comment order 2018-11-27 07:52:25 +08:00
Dries Vints
78cb2685aa Add language entry for starts_with rule
See https://github.com/laravel/framework/pull/26612
2018-11-26 17:29:42 +01: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
Dries Vints
3f09521d01 Merge pull request #4861 from unstoppablecarl/middleware-priority-comment
[5.7] Update Kernel.php
2018-11-22 10:26:38 +01:00
saen
8d41230c84 Update CHANGELOG.md 2018-11-22 10:53:54 +02:00
saen
f724d676db Fix typo and add label to breaking change. 2018-11-22 10:51:15 +02: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
Jonas Staudenmeir
5052ab1fd7 Add date_equals validation message 2018-11-21 21:38:35 +01: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
Carl Olsen
6d75f17af5 Update Kernel.php 2018-11-20 11:19:31 -05: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
Andreas Möller
3128c2932f Enhancement: Normalize composer.json 2018-11-18 10:40:46 +01:00
Dries Vints
ed7b78de46 Typo 2018-11-16 16:20:27 +01:00
Taylor Otwell
b88d8fd18f formatting 2018-11-16 08:09:12 -06:00
Graham Campbell
7d16a052ab Fixed comment alignment 2018-11-16 12:30:41 +00:00
Sébastien Nikolaou
546720c041 Pick log_channel from environment variable 2018-11-16 13:47:37 +02:00
Sébastien Nikolaou
822dcafe48 Add log_channel configuration option 2018-11-15 21:15:59 +02:00
Taylor Otwell
de1f472d76 Merge branch 'master' of github.com:laravel/laravel 2018-11-14 14:36:55 -06:00