Matthias Martin
Results
2
issues of
Matthias Martin
I am using the following query to get the specific level of rows: ``` return File::withDepth()->having('depth', '=', $currentDepth)->get()->toTree(); ``` After hitting a certain amount of records (currently there are about...
I would suggest to accept model parameters in `RolePolicy.php`. In that case we are able to extend the `RolePolicy.php` to add behavior for specific roles. For example I have created...