Perfect Cocktail
This is it! The first stable release is out! 😸
Improvements
createWith
to support passing in aCollection
like:
Post::createWith(..., ['tags'=>Tag::all()]);
- Saving related models with
createWith
to have timestamps hasMany
relationship generates the correct relationship label when not provided
Still Missing
- Firing model events when not working with
save()
in places likecreateWith
- Edges to fire events
- Support for
AND
,OR
,XOR
andNOT
operators - Support for
[x]
and[x..y]
operators - Functional tests for
Traversals
- a
cypher()
method that allows running a rawCypher
query