Taylor Otwell
|
ebf9d30bf3
|
[10.x] Minor skeleton slimming (#6159)
* remove rate limiter from route provider by default
* remove policy place holder
* remove broadcast skeleton in favor of new provider in core
* use default provider collection
* Remove unnecessary properties from exception handler.
* add back broadcast provider
* update comment
* add rate limiting
* Apply fixes from StyleCI
* fix formatting
---------
Co-authored-by: StyleCI Bot <bot@styleci.io>
|
2023-04-15 16:53:39 -05:00 |
Taylor Otwell
|
3986d4c540
|
remove unneeded call
|
2023-02-16 13:38:12 -06:00 |
Nuno Maduro
|
55af5469c3
|
[10.x] Uses PHP Native Type Declarations 🐘 (#6010)
* Adds basic typing around method's arguments and return types
* Adds missing `closure` type
* Adds typing on tests
* Fixes `RedirectIfAuthenticated`
* Fixes `Authenticate`
* Improves `RedirectIfAuthenticated` types
* Fixes user factory `unverified` return type
|
2023-01-03 10:35:24 +01:00 |
Nuno Maduro
|
fa5e54a2ab
|
[9.x] Uses `laravel/pint` for styling (#5945)
* Uses `laravel/pint` for styling
* Makes `.styleci.yml` ignored on export
* Update composer.json
Co-authored-by: Dries Vints <dries@vints.io>
|
2022-07-15 08:38:49 -05:00 |
Taylor Otwell
|
7216fa7e9a
|
a few wording changes
|
2022-05-05 14:52:25 -05:00 |
Nuno Maduro
|
8a62ca2633
|
Improves generic types on the skeleton (#5740)
|
2021-12-03 09:04:57 -06:00 |
Bram
|
7bf32280e2
|
[8.x] Add types to arrays in boilerplate (#5738)
* Add more specific types
* Update Authenticate.php
* Update Authenticate.php
|
2021-12-02 14:40:24 -06: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
|
583d1fa773
|
[7.x] Remove register in auth provider (#5182)
* Remove register in auth provider
* Update AuthServiceProvider.php
* Update Kernel.php
|
2019-12-19 09:36:06 -06:00 |
Taylor Otwell
|
7d70bfe828
|
Utilize Authentication Middleware Contract (#5181)
* adjust auth middleware to point to contract
* remove middleware priority
|
2019-12-18 13:44:16 -06:00 |
Dries Vints
|
e656932002
|
Apply fixes from StyleCI (#5100)
|
2019-09-10 17:26:00 +02:00 |
Taylor Otwell
|
f4ff4f4176
|
comment
|
2019-02-27 07:24:37 -06:00 |
Taylor Otwell
|
93cdacf32c
|
remove word
|
2016-07-18 10:41:51 -05:00 |
Taylor Otwell
|
2b05ce3b05
|
Just use facades in service providers.
|
2016-07-11 15:44:50 -05:00 |
crynobone
|
50357d8bab
|
Use $this instead of parent.
Signed-off-by: crynobone <crynobone@gmail.com>
|
2015-09-21 12:00:44 +08:00 |
Graham Campbell
|
35654d761d
|
Applied fixes from StyleCI
|
2015-08-30 07:31:25 -04:00 |
Taylor Otwell
|
7d4b5d75ef
|
Default auth service provider.
|
2015-08-29 20:27:18 -05:00 |