Commit Graph

11 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
Dries Vints e656932002 Apply fixes from StyleCI (#5100) 2019-09-10 17:26:00 +02:00
Taylor Otwell 52f0196fd3 Move broadcast channel registration to a routes file.
These are very similar to routes in that they are channel endpoints
that your application supports and they also fully support route model
binding in Laravel 5.4. Upgraded applications do not need to make this
change if they do not want to.
2016-12-30 15:46:05 -06:00
Taylor Otwell 100c102fc3 convert binding 2016-10-28 10:09:03 -05:00
Taylor Otwell 7e41c61835 rename method 2016-08-10 14:21:02 -05:00
Taylor Otwell 30a9cbf54e Applied fixes from StyleCI 2016-08-05 16:44:47 -04:00
Taylor Otwell 9df814e512 Tweak a few broadcasting configurations. 2016-08-05 15:44:29 -05:00
Taylor Otwell 41c0eec70c tweak broadcast service provider 2016-08-05 14:28:22 -05:00
Kennedy Tedesco 76f9ea7e04 [5.3] Remove register() from BroadcastServiceProvider 2016-07-15 22:05:50 -03:00
Taylor Otwell e7ff2bfb4d update method 2016-05-12 22:53:02 -05:00
Taylor Otwell da662e40ec working on broadcasting 2016-04-29 22:40:08 -05:00