sowl/laravel-doctrine-acl 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

sowl/laravel-doctrine-acl

最新稳定版本:1.5

Composer 安装命令:

composer require sowl/laravel-doctrine-acl

包简介

Doctrine ACL for Doctrine 2 and Laravel

README 文档

README

Laravel Doctrine ACL

Laravel Doctrine ACL is a package that provides RBAC (Role-Based Access Control) functionality for Laravel applications using Doctrine. It allows you to manage roles, permissions, and organisations, and seamlessly integrates with Laravel's Authorization system.

Build Status Code Coverage PHPStan Documentation Packagist Downloads

Installation

Via composer:

composer require laravel-doctrine/acl

The ServiceProvider and Facades are autodiscovered.

Publish the configuration:

php artisan vendor:publish --tag="config" --provider="LaravelDoctrine\ACL\AclServiceProvider"

Documentation

Full documentation at https://laravel-doctrine-acl.readthedocs.io/en/latest/index.html or in the docs directory.

Versions

  • Version 2 supports DBAL ^4.0, ORM ^3.0, and PHP 8.2.
  • Version 1 supports Laravel 6 - 11, DBAL ^2.0, ORM ^2.0, and PHP ^5.5 - ^8.0.

统计信息

  • 总下载量: 37
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 33
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2025-04-22