Pedro Martins
Pedro Martins
## 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.
[BUG] backpack:build copy found models in other directories (e.g. app/packages) into `app/Models` .
# 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...
## 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...
We broke `model_function` column here: https://github.com/Laravel-Backpack/CRUD/pull/3936 We added `$column['value'] = >>> $column['value'] ??
## 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...
## 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...