Skip to content

Releases: paxha/laravel-recursive-relationships

PHP 8 support

17 Dec 16:19
1f6fb81

Choose a tag to compare

PHP 8 support added

First Release Updation

25 Dec 14:45
409ed9b

Choose a tag to compare

composer.json

  • laravel tag added

First Stable Release

14 Dec 17:29
a465061

Choose a tag to compare

Supported PHP

  • 7.2
  • 7.3
  • 7.4snapshot

Supported Databases

  • SQLite
  • PL/pgSQL
  • MySQL
  • Microsoft SQL Server

Relations

  • children()
  • nestedChildren()
  • parent()
  • nestedParents()

Scopes

  • hasChildren()
  • hasParent()
  • leaf()
  • root()

Functions

  • descendents()
  • ancestors()
  • siblings()