infiniityr/alf-model-laravel

Alfresco Model For Laravel. Eloquent like.

Installs: 9

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/infiniityr/alf-model-laravel

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

This package is auto-updated.

Last update: 2025-10-08 10:40:34 UTC


README

This package is to add a model for Alfresco with the eloquent syntax for Laravel 5.4.*

Installation

  • For Laravel 5.4
    composer require infiniityr/alf-model-laravel

The next required step is to add the service provider to config/app.php :

    Infiniityr\Alfresco\AlfrescoServiceProvider::class,

And copy the package config to your local config with the publish command:

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