Pataar
7b958b5d15
[8.x] Update the badges to use shields.io ( #5441 )
...
* Update the badges to use shields.io
Shields.io works a lot better than the old pugx.org.
* Target `/framework` instead of `/laravel`
2020-10-05 07:45:05 -05:00
Andrew Brown
38bc9119eb
type hint the middleware Request ( #5438 )
...
stemming from https://github.com/laravel/framework/pull/34224
2020-10-02 08:31:13 -05:00
Taylor Otwell
a6ca577839
add comment
2020-09-22 14:17:27 -05:00
Ricardo Gobbo de Souza
d3353c9e9a
Fix route when uncomment $namespace ( #5424 )
2020-09-22 09:23:40 -05:00
Dries Vints
6a9d5e0da1
Merge branch '7.x' into master
...
# Conflicts:
# CHANGELOG.md
2020-09-21 18:12:33 +02:00
Dries Vints
4eeb29ee12
Update changelog
2020-09-21 17:59:16 +02:00
Alex Mayer
f1a51f7c62
[8.x] Update User Model to Match Jetstream Formatting ( #5422 )
...
* Update User Model to Match Jetstream Formatting
* Update User.php
Co-authored-by: Taylor Otwell <taylor@laravel.com>
2020-09-20 20:35:48 -05:00
Taylor Otwell
69d0c504e3
add commented code
2020-09-20 11:39:57 -05:00
Wojciech Gabryś
c62a7c13bf
Update model path in AuthServiceProvider's policies.
...
Due to the change of default model location in Laravel 8.x from /App to /App/Models, the initial policy comment shoud also reflect this change.
2020-09-15 09:53:40 +02:00
Graham Campbell
c6c41f11b8
Revert "Fix PHPUnit bool server consts result in null ( #5409 )" ( #5411 )
...
This reverts commit 1c4af33b8f
.
2020-09-14 11:16:11 -05:00
Graham Campbell
7cd15dbad6
Avoid deprecated StyleCI fixer name ( #5410 )
2020-09-14 08:18:04 -05:00
Martin Hettiger
1c4af33b8f
Fix PHPUnit bool server consts result in null ( #5409 )
...
After updating to Laravel 8 I suddenly had my test suite failing because telescope would not be disabled properly by `phpunit.xml` anymore.
This changes fixed my test suite.
I've also created a clean Laravel 8 project and added some tests to demonstrate the issue:
908d3405b8
Maybe this needs to be addressed in PHPUnit. However I'm adding this workaround here because it's a viable solution IMHO.
Maybe should add a note on this in the docs and be done with it…?
2020-09-14 08:04:03 -05:00
Salim Djerbouh
ca30159cab
fully qualified user model in seeder ( #5406 )
...
makes it easy to just uncomment when tinkering around
2020-09-13 09:17:54 -05:00
Taylor Otwell
292a5b26a9
swap route order
2020-09-11 08:29:38 -05:00
Taylor Otwell
b33852ecac
remove property
2020-09-10 14:28:44 -05:00
Taylor Otwell
9cbc3819f7
add property to route service provider
2020-09-09 21:00:21 -05:00
Can Vural
94e7945517
Fix docblock for variadic parameter ( #5401 )
2020-09-09 07:20:20 -05:00
Youri Wijnands
c64061629e
Use the new Google Fonts API ( #5398 )
...
https://developers.google.com/fonts/docs/css2
2020-09-08 07:50:22 -05:00
Dries Vints
151e11cacc
Merge branch 'master' into develop
...
# Conflicts:
# app/Exceptions/Handler.php
2020-09-08 13:28:32 +02:00
Dries Vints
a7a40d7744
Merge branch '6.x' into master
2020-09-08 13:28:00 +02:00
Dries Vints
179e52bdd7
Fix logo
2020-09-08 13:27:47 +02:00
Mark van den Broek
7895cd3a5f
Update docblock ( #5392 )
2020-09-04 21:07:55 -05:00
Dries Vints
dc5817bbf2
Update Handler.php
2020-09-04 10:39:28 +02:00
Taylor Otwell
cfd428bfcb
add dontReport property
2020-08-28 10:06:23 -05:00
Taylor Otwell
ced3e50bca
use new rate limiting
2020-08-27 13:36:32 -05:00
Graham Campbell
23205e270f
Add back in ignition
2020-08-26 11:08:21 +02:00
Graham Campbell
3a5f05ce80
Merge branch 'master' into develop
2020-08-26 09:39:57 +01:00
Graham Campbell
2c69ec987e
Merge branch '6.x' into master
2020-08-26 09:39:37 +01:00
Dries Vints
48b7ba938e
[8.x] Bump Guzzle ( #5381 )
...
* Bump Guzzle
* Update composer.json
2020-08-25 08:27:25 -05:00
Taylor Otwell
fd8a872b3b
update channel
2020-08-20 15:32:30 -05:00
Taylor Otwell
710d472d76
models directory
2020-08-20 15:31:07 -05:00
Taylor Otwell
d6eda444a7
update defaults
2020-08-19 09:32:54 -05:00
Dries Vints
57cc899099
Merge branch 'master' into develop
...
# Conflicts:
# CHANGELOG.md
# composer.json
2020-08-11 19:45:48 +02:00
Dries Vints
fa43c0a333
Update CHANGELOG.md
2020-08-11 19:44:47 +02:00
Dries Vints
921b14b954
Update CHANGELOG.md
2020-08-11 19:16:01 +02:00
Dries Vints
39a58710ba
Merge pull request #5370 from laravel/bump-7
...
[7.x] Set framework version ^7.24
2020-08-07 20:08:41 +02:00
Dries Vints
bbd3616715
Merge pull request #5369 from laravel/bump-6
...
[6.x] Set framework version ^6.18.35
2020-08-07 20:07:55 +02:00
Graham Campbell
0512f00664
Set framework version ^7.24
2020-08-07 17:29:43 +01:00
Graham Campbell
e96840e206
Set framework version ^6.18.35
2020-08-07 17:28:47 +01:00
Graham Campbell
53d14e51e0
[8.x] PHPUnit 9.3+ style code coverage config ( #5368 )
...
* PHPUnit 9.3+ style code coverage config
* Bumped minimum PHPUnit
2020-08-07 09:59:53 -05:00
Graham Campbell
5914e9ced5
Merge branch 'master' into develop
2020-08-07 11:10:26 +01:00
Graham Campbell
b3f600415d
Merge branch '6.x' into master
2020-08-07 11:09:47 +01:00
Taylor Otwell
ca3b58cd21
change method
2020-08-01 09:50:05 -05:00
Graham Campbell
407b6b8b04
Revert "Apply fixes from StyleCI ( #5356 )" ( #5357 )
...
This reverts commit 6cbfb781a2
.
2020-07-27 18:52:00 +01:00
Graham Campbell
6cbfb781a2
Apply fixes from StyleCI ( #5356 )
2020-07-27 12:49:11 -05:00
Dries Vints
0e7fd2beb1
Fix version
2020-07-27 17:59:20 +02:00
Taylor Otwell
a7b70fcc31
fix version
2020-07-27 10:57:16 -05:00
Dries Vints
074c3840ff
Merge pull request #5355 from laravel/bump
...
[6.x] Bumped laravel 6 min version for new LTS users
2020-07-27 17:34:05 +02:00
Graham Campbell
b1277e2eb2
Bumped laravel 6 min version for new LTS users
2020-07-27 16:23:43 +01:00
rennokki
e9e7c97266
[7.x] Enforce ^7.22.1 due to security issues ( #5354 )
...
* enforce ^7.22
* Update composer.json
Co-authored-by: Dries Vints <dries@vints.io>
2020-07-27 10:18:18 -05:00