Releases: Vinelab/NeoEloquent
Releases · Vinelab/NeoEloquent
fixing detach with collection
v1.2.8 fix detach when passing Collection issue
Quick fix
v1.2.6
Fire & Label
createWith
now fires model eventscreating
,saving
,created
andsaved
with the corresponding models (as expected) and the created object will be returned with the related records set as relations on the model.- Ability to add and drop labels on models (thanks to @sameer-shelavale - PR #59)
v1.2.4
v1.2.3
Migration Update for L5
To make a new migration file you should use the command neo4j:make:migration
instead of the old neo4j:migrate:make
Updated to use the new path and composer to dump autoloads instead of artisan - artisan dump-autoload
has been removed.
Fixed issue with Laravel 5
Service Provider method package
was removed.
Supporting Laravel 5
NeoEloquent supports Laravel 5 now!
An upgrade will follow with the improvements/changes introduced in Illuminate\Database v5.
Small Migration Patch
Check #52