2017 © Pedro Peláez
 

library alf-model-laravel

Alfresco Model For Laravel. Eloquent like.

image

infiniityr/alf-model-laravel

Alfresco Model For Laravel. Eloquent like.

  • Friday, September 1, 2017
  • by infiniityr
  • Repository
  • 2 Watchers
  • 1 Stars
  • 5 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Alfresco Model For Laravel

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

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 :, (*2)

    Infiniityr\Alfresco\AlfrescoServiceProvider::class,

And copy the package config to your local config with the publish command:, (*3)

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

The Versions

01/09 2017

dev-master

9999999-dev https://github.com/infiniityr/alf-model-laravel

Alfresco Model For Laravel. Eloquent like.

  Sources   Download

Apache 2.0

The Requires

 

by Avatar infiniityr