infiniityr / alf-model-laravel
Alfresco Model For Laravel. Eloquent like.
dev-master
2017-09-01 09:54 UTC
Requires
- php: >=5.5.9
- illuminate/support: ~5.1
- laravel/framework: 5.4.*
This package is auto-updated.
Last update: 2025-02-08 09:00:46 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