codetech/laravel-loggable

Laravel 处理可发布资源的包。

v0.0.1-beta 2020-04-14 22:44 UTC

This package is auto-updated.

Last update: 2024-09-05 14:12:45 UTC


README

laravel-loggable-repo-banner

Laravel Loggable

Laravel 包,用于记录 CRUD 操作。

安装

使用 composer 将包添加到您的 Laravel 应用中

composer require codetech/laravel-loggable

服务提供者

在 config/app.php 中注册包的服务提供者。在 Laravel 5.5 及更高版本中,如果启用了包自动发现,则可以跳过此步骤。

'providers' => [

    ...
    CodeTech\Loggable\Providers\LoggableServiceProvider::class,
    ...

];

迁移

执行以下 Artisan 命令以运行迁移。

php artisan migrate

用法

要开始记录 CRUD 操作,只需在您的模型上使用该特质即可。

class Post extends Model
{
    use Loggable;

    ...

许可

codetech/laravel-loggable 是开源软件,许可协议为 MIT 许可证

关于 CodeTech

CodeTech 是一家位于葡萄牙马托什inhos 的网络开发公司。哦,我们超级喜欢 Laravel!