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
Requires
- php: >=5.5.9
- illuminate/support: ~5.1
- laravel/framework: 5.4.*
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