laravel / ideas

Issues board used for Laravel internals discussions.
938 stars 28 forks source link

Is there a official list for Laravel middlewares? #1588

Open hsluoyz opened 5 years ago

hsluoyz commented 5 years ago

Hi, we are developing a Laravel middleware, and want to find a place to exhibit it to Laravel users. I think the users will also have a need to find suitable middlewares in the ecosystem to solve their problem. But the only page I found is: https://laravel.com/docs/master/middleware

So I want to ask is there any official place for Laravel middleware list? Thanks.

tomschlick commented 5 years ago

I don't believe so, but I'm sure Taylor wouldn't mind a list being added to the documentation if you wanna craft a PR.

mattstauffer commented 5 years ago

It's nowhere near done but I'm building a site that's going to be an index of third-party drivers and other such things that extend Laravel (e.g. cache drivers, middleware, Socialite providers, etc.) all in one place. It'll eventually be here: https://laraveldrivers.com/

You can see a slapped-together early idea there right now. If it's something people are interested in tracking, like you're talking about here, that would probably motivate me to move faster :D

hsluoyz commented 5 years ago

Hi @mattstauffer , is this an official list? If yes, why not merge into the main website?

mattstauffer commented 5 years ago

This list is literally just one entry in each category while I slowly build the app. It’s not even close to exhaustive.

Why not put it on the main site? Because I would guess Taylor doesn’t want to. If he does, though, he will, and then this site can go away :)