Skip to content

An easy way to gather code-wise relational data for all your models in Laravel.

Notifications You must be signed in to change notification settings

SalemC/laravel-relation-sniffer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

laravel-relation-sniffer

A simple way to sniff model relations, providing you with database-specific data.

Basic Example

use LaravelRelationSniffer\LaravelRelationSniffer;

$sniffer = new LaravelRelationSniffer();

$data = $sniffer->sniff();

dd($data);

About

An easy way to gather code-wise relational data for all your models in Laravel.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages