Pedro Martins

Results 116 issues of Pedro Martins

Priority: SHOULD
Priority: COULD

## WHY ### BEFORE - What was wrong? What was happening before this PR? An operation with name `BrowserPrint` would become `browserprint` as operation name in stub. I think it's...

at the moment we check if the string `use Illuminate\Database\Eloquent\Model` and `extends Model`. If you use `extends \lluminate\Database\Eloquent\Model` it would not be detected as a model.

Priority: SHOULD

# Bug report ### What I did: I have some local packages (Models, Controllers etc) inside `app/packages` folder. When running `php artisan backpack:build` it find those models too. Problem is...

bug
Priority: COULD
Minor Bug

## WHY ### BEFORE - What was wrong? What was happening before this PR? A powerfull introduction in 8.1 was Enums. Backpack was completely un-ware of them until now. It...

## WHY ### BEFORE - What was wrong? What was happening before this PR? This is a redo of #4176 . Thanks @guleswine for the contribution, I merged your PR...

Bug
Priority: MUST

We broke `model_function` column here: https://github.com/Laravel-Backpack/CRUD/pull/3936 We added `$column['value'] = >>> $column['value'] ??

Priority: MUST
Minor Bug

## WHY ### BEFORE - What was wrong? What was happening before this PR? All started in https://github.com/Laravel-Backpack/CRUD/issues/4618 when a user reported HUGE loading times for CRUDS. At that time...

Bug
Priority: MUST

## WHY ### BEFORE - What was wrong? What was happening before this PR? This was discussed here: https://github.com/Laravel-Backpack/CRUD/issues/4618 The `attribute` in relationship fields is "auto-guessed" when not provided and...