Taylor Otwell
7a9da9c164
Merge pull request #4351 from pierreneter/revert-4349-patch-1
...
Revert "don't need it"
2017-07-25 22:27:03 -04:00
Pierre Neter
80d2f09987
Revert "don't need it"
2017-07-26 02:25:35 +07:00
Taylor Otwell
166d25b726
Merge pull request #4349 from pierreneter/patch-1
...
don't need it
2017-07-25 14:06:38 -04:00
Pierre Neter
f4524ca72a
don't need it
2017-07-26 01:01:33 +07:00
Taylor Otwell
e4de035371
Merge pull request #4347 from balping/patch-1
...
Change hardcoded urls to named routes
2017-07-25 06:25:08 -04:00
balping
03c2387226
Change hardcoded urls to named routes
...
This makes the links consistent with the ones in https://github.com/laravel/framework/blob/5.4/src/Illuminate/Auth/Console/stubs/make/views/layouts/app.stub
2017-07-25 10:19:59 +02:00
Taylor Otwell
e19952fb19
Merge pull request #4340 from garygreen/remove-migrations-classmap
...
Remove migrations from autoload classmap
2017-07-22 09:44:05 -05:00
Gary Green
efdec1c86b
Remove migrations from autoload classmap.
2017-07-21 15:20:50 +01:00
Till Krüss
f5da96cff2
tag v5.4.30 release notes
2017-07-20 20:18:26 -07:00
Taylor Otwell
098b8a4883
Merge pull request #4322 from kauhat/patch-1
...
Ignore the Yarn error log
2017-07-04 11:54:53 -05:00
Jack Fletcher
12db505122
Ignore the Yarn error log
...
Like the npm error log, this file can also be ignored.
[See also](https://stackoverflow.com/questions/42592168/should-i-add-yarn-error-log-to-my-gitignore-file )
2017-07-04 15:25:06 +01:00
Taylor Otwell
8d370ce7f2
Merge pull request #4311 from lucasmichot/feature/master/docblock
...
[5.4] Fix docblock.
2017-07-03 08:01:54 -05:00
Lucas Michot
8ceb2fddb7
Fix docblock.
2017-07-03 11:17:19 +02:00
Taylor Otwell
9fec341e55
Merge pull request #4299 from lucasmichot/feature/master/npm-packages
...
Upgrade axios and cross-env packages
2017-06-27 08:35:21 -05:00
Lucas Michot
436581afd2
Upgrade axios and cross-env.
2017-06-27 11:05:42 +02:00
Taylor Otwell
5ae7c373fe
Merge pull request #4294 from ovanschie/patch-1
...
Require Laravel Mix 1.0
2017-06-21 14:12:39 -05:00
Olav van Schie
b9ca228f86
Require Laravel Mix 1.0
2017-06-21 17:05:19 +02:00
Taylor Otwell
3acb739450
Merge pull request #4287 from laravel/top-secret-add-quotes-patch
...
Add quotes
2017-06-06 09:17:07 -05:00
Jeffrey Way
4569aebc18
Add quotes
...
Sass compilers can sometimes be weird if import urls like this aren't quoted. They'll spit out junk like
```
Error: Encountered invalid @import syntax.
```
Anyways, pretty common practice to use quotes for all imports. I mean, seriously, how much more do you want me to write for a dang PR that adds a pair of quotes? I've got work to do, gah.
2017-06-06 09:49:05 -04:00
Taylor Otwell
e50ca3dc87
Merge pull request #4283 from laravel/mix-patch
...
Simplify mix require
2017-06-01 15:13:26 -05:00
Taylor Otwell
4247988ed9
Update webpack.mix.js
2017-06-01 15:13:18 -05:00
Jeffrey Way
7311c32bc3
Simplify mix require
...
Note that I left your dang `const` as it is, even though it's stupid. `let` for life. 💃 💃 💃 💃
2017-06-01 13:26:02 -04:00
Taylor Otwell
a9268c5f58
Merge pull request #4282 from m1guelpf/patch-1
...
Dynamic changing locale
2017-05-30 07:58:28 -05:00
Miguel Piedrafita
ed82e6704d
See https://github.com/laravel/framework/pull/19405
2017-05-30 14:55:00 +02:00
Taylor Otwell
1a32543c09
Merge pull request #4279 from adiachenko/testsuite_names
...
Simplify test suite names
2017-05-27 20:27:55 -05:00
Alexander Diachenko
6ad4df5c5a
Simplify test suite names
2017-05-27 21:20:27 +03:00
Till Krüss
c109a87831
Merge pull request #4268 from borisdamevin/patch-1
...
Update CHANGELOG.md
2017-05-14 17:41:54 -07:00
Boris Damevin
65e0848240
Update CHANGELOG.md
2017-05-15 02:40:40 +02:00
Till Krüss
83099b4b5f
Updated changelog
2017-05-14 08:14:44 -07:00
Taylor Otwell
0f0178a577
Merge pull request #4261 from mhayes14/master
...
Add missing IPv4/IPv6 validation messages
2017-05-11 08:42:02 -04:00
Mike Hayes
7e5739d266
Add IPv4/IPv6 validation messages
2017-05-11 00:40:34 +01:00
Taylor Otwell
1155245a59
formatting. compile
2017-05-10 09:03:25 -05:00
Arjan Weurding
5b8401e178
Make window.Laravel.csrfToken unneccesarry
...
I don't like the fact we have to add
```
<script>
window.Laravel = {!! json_encode([
'csrfToken' => csrf_token(),
]) !!};
</script>
```
To have it working, when the docs suggest adding only the meta tag. This will get the token from the meta tag.
2017-05-10 15:03:33 +02:00
Taylor Otwell
ba5c294598
remove code course
2017-05-04 12:17:26 -04:00
Taylor Otwell
6c1e42647e
Merge pull request #4254 from FrittenKeeZ/patch-1
...
Added port to sqlsrv settings
2017-05-03 22:22:40 -05:00
Frederik Sauer
bdca9d4781
Added port to sqlsrv settings
...
Most installations won't work without it.
2017-05-03 23:55:48 +02:00
Taylor Otwell
6dde426075
Merge pull request #4253 from insign/patch-1
...
Add sqlsrv as group connection
2017-05-03 13:25:52 -05:00
Hélio
94b39dc576
Fix the commit for pass StyleCI
2017-05-03 13:22:10 -03:00
Hélio
e26bd3ffb0
Add sqlsrv as group connection
...
Since the doc says that the Laravel supports SQL Server out of the box, makes sense add it, out of the box.
2017-05-03 13:20:25 -03:00
Taylor Otwell
2c6d76469a
Merge pull request #4247 from laurencei/patch-1
...
Revert Queue Prefix
2017-04-28 16:46:22 -05:00
Laurence Ioannou
86e4e204aa
Update queue.php
2017-04-28 21:19:14 +01:00
Taylor Otwell
1193702eea
Merge branch 'master' of github.com:laravel/laravel
2017-04-27 15:05:30 -05:00
Taylor Otwell
1598e7cb70
fix wording
2017-04-27 15:05:22 -05:00
Taylor Otwell
b3725e97b6
Merge pull request #4244 from B-07/patch-5
...
fix typo
2017-04-27 07:37:37 -05:00
Bappi
720e4edce2
fix typo
2017-04-26 22:24:12 +06:00
Taylor Otwell
b9c6353501
add sponsor
2017-04-26 09:04:12 -05:00
Taylor Otwell
e605f54b92
Merge pull request #4240 from B-07/patch-1
...
Update readme.md
2017-04-26 07:42:33 -05:00
Taylor Otwell
a521d4e718
Merge pull request #4241 from B-07/patch-2
...
doctype uppercase to lowercase
2017-04-26 07:42:00 -05:00
Bappi
5e538feb67
doctype uppercase to lowercase
...
no harm, only benefits
2017-04-26 15:20:46 +06:00
Bappi
d964cb4286
Update readme.md
2017-04-26 12:52:10 +06:00