24 Commits

Author SHA1 Message Date
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
Sjors
e0ae7914b9 change order of boot and register method 2019-01-29 14:40:47 +01:00
Graham Campbell
bf3785d0bc Additional cs fixes
Signed-off-by: Graham Campbell <graham@cachethq.io>
2015-06-01 15:46:45 +01:00
Austin H
0bbe752e87 Fix more spacing.
This converts AppServiceProvider to spaces since it wasn't and removes
a few empty lines after class declarations.
2015-03-20 20:30:50 -07:00
Taylor Otwell
5e11f87de2 Remove auth scaffolding to make it opt-in. 2015-03-18 12:55:56 -05:00
Taylor Otwell
8909e75552 Some spacing. 2015-03-02 15:31:27 -06:00
Taylor Otwell
f424b87a63 PSR-2 for app. 2015-02-22 20:47:03 -06:00
Taylor Otwell
d5f285ba8b Simplify authentication. Remove service. 2015-02-16 23:36:48 -06:00
Taylor Otwell
c1db7050ea Add a basic service provider for config overwriting. 2015-01-02 14:47:42 -06:00
Taylor Otwell
5194a437d5 Add a note to the AppServiceProvider. 2014-11-30 14:12:20 -06:00
Taylor Otwell
9083f48e97 Working on removing authentication boilerplate. 2014-11-29 13:55:38 -06:00
Taylor Otwell
a280988eef Stub out an app service provider. 2014-11-05 10:18:53 -06:00
Taylor Otwell
4301348646 Large refactor of HTTP and Console stack. 2014-10-20 11:14:41 -05:00
Taylor Otwell
c0019c6fcb Add CSRF middleware to main app stack. 2014-10-14 19:18:29 -05:00
Taylor Otwell
a9bddfc0e0 Add error binder. 2014-10-14 10:14:25 -05:00
Taylor Otwell
17ac063e80 Update middleware. 2014-10-06 17:13:10 -05:00
Taylor Otwell
fbd5a9ef92 Fix typo. 2014-10-06 16:34:44 -05:00
Taylor Otwell
b8f3dd6265 Working on middle wares. 2014-10-06 15:46:34 -05:00
Taylor Otwell
43e8c60a11 Write a base app service provider. 2014-10-06 15:35:23 -05:00
Taylor Otwell
d2937ea714 Working on stack. 2014-10-06 15:25:53 -05:00
Taylor Otwell
2893433b35 Add application stack to app server provider. 2014-10-06 14:55:55 -05:00
Graham Campbell
37f1e77494 Added missing new lines at eof 2014-09-21 20:31:42 +01:00
Taylor Otwell
177d1ebb7a Mega work on structure. 2014-08-20 00:26:14 -05:00
Taylor Otwell
80a60552d7 Rename. 2014-08-18 23:43:10 -05:00