Welcome Guest, Not a member yet? Register   Sign In
Will we have an alternative for "middleware" in CodeIgniter4?
#10

To be fair, "middleware" (in the Laravel sense) is really just any component that modifies or reacts to the HTTP layer between the Controller's processing of the request and the response. In this regard CodeIgniter has a lot of middleware already, we just don't call it that. `Filters` (linked above) is probably the most explicit version of what this original question was asking about. There are also tons of modules published by the community that add some additional "middleware" like authentication. Head over to he AddIns forum, or you can peruse some of my modules: https://github.com/tattersoftware/
Reply


Messages In This Thread
RE: Will we have an alternative for "middleware" in CodeIgniter4? - by MGatner - 05-18-2021, 04:23 AM



Theme © iAndrew 2016 - Forum software by © MyBB