Laravel Backpack: model through pivot table not saved in a MorphTo relationship
I replicated the Backpack Demo example to have a 1-N polymorphic relationship.
The CRUD select is rendered correctly and data are taken from the database, if there.
Though saving does not work and I guess backpack should automatically save the pivot table.
Creating Column Json data at Laravel Backpack
This is inside my Column ‘reviewsDistribution’ @myDataBase
Cannot find ‘array’ field view in any of the regular locations
I’m trying to show in Laravel Backpack an array
Creating and Updating Column Json data
This is inside my Column ‘ratings’ @myDataBase
Confused by CRUD::groupBy() in setupListOperation
Brand new to backpack still, and trying to understand the grouping option.
Backpack installation fails at the migrate step
I’ve been unable to install Backpack to my app (via php artisan backpack:install) so opted for the manual approach. However, I get the same error message:
Laravel Backpack editable column validation is not working
Trying to add validation to the editable column Amount
,
Editable columns with Soft Deleted models
I try to find out how to works with soft deleted models and editable columns.
It seems when I edit a soft deleted model from listing, I have a Not Found 404 for this model.
Laravel BackPack – How to populate select_from_array in update operation
In my setupCreateOperation
I am successfully using select_from_array
to show a multi-select list
How to populate select_from_array in update operation
In my setupCreateOperation
I am successfully using select_from_array
to show a multi-select list