A Simple Laravel ACL Example
Nov 5 · 2 min read
Here are some goods news: Implementing an ACL (access control list) in your Laravel application is actually a snap.

Let me share a simple solution which basically consists in writing a middleware only to match the URL of the incoming request against the permissions stored into the database.
That’s it!

