Laravel middleware stored in database
Because this is one area where a project often becomes almost unmanageable, I want to simplify the overview of permissions and therefor middleware in my Laravel project by storing them in the database.
My thought is to store every route in the databa...