I implement the InlineCreate Operation in Backpack for Laravel and works fine, but my field depend of other field and I can't to get the parent field informati
I have using pro version of backpack for laravel. I have used enableExportButtons in list operation to export data. I have also used enableBulkActions to enable
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
I wanted to order by name the Categories (relationship field) of my CreateOperation. It is ordered by default by id. protected function setupCreateOperation()
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
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