Method | Description | |
---|---|---|
__construct ( array $request ) | create new ManyToMany instance. | |
burn ( ) : void | Generate ManyToMany. |
Method | Description | |
---|---|---|
migration ( ) : void | Make migration file. | |
model ( ) : void | Add relationships mothods to models. | |
order ( ) : array | Determine which table is ordered alphabetically. | |
relationship ( $path, $model ) : boolean | Generate relationships methods. |
public __construct ( array $request ) | ||
$request | array |