infiniityr/alf-model-laravel

Laravel 的 Alfresco 模型。类似 Eloquent。

dev-master 2017-09-01 09:54 UTC

This package is auto-updated.

Last update: 2024-09-08 07:57:48 UTC


README

此包旨在为 Laravel 5.4.* 添加一个带有 eloquent 语法功能的 Alfresco 模型。

安装

  • 对于 Laravel 5.4
    composer require infiniityr/alf-model-laravel

下一步是向 config/app.php 添加服务提供者

    Infiniityr\Alfresco\AlfrescoServiceProvider::class,

然后使用发布命令将包配置复制到您的本地配置

    php artisan vendor:publish --tag=alf-model-laravel:alfresco