Backpack laravel multiple file upload – preview/download is not working
I am trying to upload/view multiple files with Backpack:5.x
Backpack laravel multiple file upload is not working
I am trying to upload/view multiple files with Backpack:5.x
Laravel backpack 404 on “Show” button for the soft-deleted items
Getting 404 on the soft-deleted items on preview
but the preview modal
is working fine
Laravel backpack overwrite update blade file for just one CRUD
I am trying to hide ‘edit’ button from a trashed item just one CRUD, Copied update blade file into resources/views/vendor/backpack/crud/buttons/ and updated the first line
Adding fixed value to create and update in Laravel using Backpack
Was wondering what would be the right way to this?
Trying out Backpack and ran into simple issue. I have Post
and User
and there is User
hasMany
Post
relation. Now since I have CrudController
how would go about setting current backpack_user()
as Post
User
. I mean I can hook model events (https://laravel.com/docs/11.x/eloquent#events) and do it that way, but it seems bit of an hassle. Didn’t find from Backpack docs whether there is better way or not.
Method BackpackCRUDappLibraryCrudPanelCrudPanel::setAccessCondition does not exist
I am trying to hide edit
and update
button from trashed items but getting error ‘Method BackpackCRUDappLibraryCrudPanelCrudPanel::setAccessCondition does not exist.’
Laravel backpack hide ‘edit’ button after trashed the record?
How can I check the current record is trashed in laravel backpack list operation?
Laravel Backpack how to customize/overwrite form_save_buttons.blade.php just one controller?
I am trying to display all the save action button in company/create to be aligned as horizontally instead of drop down and keep all the other controller’s form save buttons as normal/default