Skip to content
This repository has been archived by the owner on Jan 10, 2020. It is now read-only.

CRUDs with Relationships

Compare
Choose a tag to compare
@mlantz mlantz released this 14 Jun 22:44
· 405 commits to master since this release

You can now define relationships with CRUDs, this means you can specify that your CRUD has a relationship such as a Book has an author

--relationships="hasOne|App\Author|author,relation|class|name"