infiniityr/alf-model-laravel

Alfresco Model For Laravel. Eloquent like.

Maintainers

Package info

github.com/infiniityr/alf-model-laravel

pkg:composer/infiniityr/alf-model-laravel

Statistics

Installs: 9

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

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

This package is auto-updated.

Last update: 2026-03-08 11:42:29 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