Skip to content

Releases: php-casbin/laravel-authz

Laravel-authz 1.3.0

14 Oct 03:08
Compare
Choose a tag to compare

Requirements:

  • Now requires Laravel 5.5 and newer, and PHP 7.1 and newer.

Laravel-authz 1.2.0

24 Sep 08:31
Compare
Choose a tag to compare

Changes

  • use psr3-bridge to set casbin logger, logger in config/lauthz.php support: \Psr\Log\LoggerInterface|string

Laravel-authz 1.1.0

04 Sep 11:16
Compare
Choose a tag to compare

Changes

  • Support for multiple enforcers.
  • Support for Laravel 6.0.

Laravel-authz 1.0.0

26 Aug 06:51
Compare
Choose a tag to compare

Breaking Change !

  • Add command group:add.
  • Updated Casbin to ~1.0.

Laravel-authz 0.2

02 Apr 09:48
6f06165
Compare
Choose a tag to compare

Fixed

  • Fixed a bug in removeFilteredPolicy.

Laravel-authz 0.1

11 Mar 11:59
Compare
Choose a tag to compare

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.