Skip to content

Laravel-authz 0.1

Compare
Choose a tag to compare
@leeqvip leeqvip released this 11 Mar 11:59
· 60 commits to master since this release

Laravel-authz is an authorization library for the laravel framework.
It's based on Casbin, an authorization library that supports access control models like ACL, RBAC, ABAC.

The first release of Laravel-authz:

  • Enforcer Api
  • Middleware,RESTful is also supported
  • Artisan commands
  • Cache

All you need to learn to use Casbin first.