Category "laravel-backpack"

Laravel Backpack - Undefined array key "relation_type"

Laravel v9.9.0, Backpack v5.0.14, Backpack Pro v1.0.13 I'm getting an error when I try to save changes in Laravel Backpack CRUD: Undefined array key "relation_t

Ordering Relationship field in CreateOperation - Backpack for Laravel

I wanted to order by name the Categories (relationship field) of my CreateOperation. It is ordered by default by id. protected function setupCreateOperation()

How to export all rows using Export Buttons of Backpack Laravel?

I'm looking to export all rows of users table using the export button of Backpack in Laravel. Currently the export button only exports the lignes of 10 rows sho

How to override Backpack's UserCrudController?

I am trying to override/extend Backpack's default UserCrudController in Laravel 8 so that I can replace the list and edit operations with my own. To do this I t