infiniityr / alf-model-laravel by infiniityr

Alfresco Model For Laravel. Eloquent like.
9
1
2
Package Data
Maintainer Username: infiniityr
Maintainer Contact: valentin.lecompte@gmail.com (infiniityr)
Package Create Date: 2017-09-01
Package Last Update: 2017-09-01
Language: PHP
License: Apache 2.0
Last Refreshed: 2025-02-06 03:04:28
Package Statistics
Total Downloads: 9
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 1
Total Watchers: 2
Total Forks: 0
Total Open Issues: 0

Alfresco Model For Laravel

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