文件名称:authorized-attributes:Laravel的授权模型属性
文件大小:23KB
文件格式:ZIP
更新时间:2024-06-13 00:32:38
laravel eloquent authorization PHP
Laravel的授权模型属性 提供向模型动态添加$hidden和$fillable列的功能。 如果该方法适合您的需求,请另参阅。 安装 需要将软件包打包到您的Laravel项目中。 composer require vantage/authorized-attributes 用法 请注意,该软件包属于核心Guard ,在Laravel版本之间编写策略有一些细微的差异。 请参阅官方文档,为 使用Vantage\AuthorizedAttributes特性 <?php namespace App ; use Illuminate \ Database \ Eloquent \ Model ; use Vantage \ AuthorizedAttributes ; class Post extends Model { use AuthorizedAttributes ;
【文件预览】:
authorized-attributes-master
----.gitignore(9B)
----README.md(3KB)
----tests()
--------integration()
----composer.lock(151KB)
----LICENSE(1KB)
----composer.json(604B)
----src()
--------AuthorizedAttributes.php(2KB)
--------AttributeGate.php(958B)
----.editorconfig(244B)