-
# Bug report
### What I did
According to documentation:
`[Step 7.](https://backpackforlaravel.com/docs/6.x/upgrade-guide#step-7) (OPTIONAL) If you were manually validating the upload, upload_…
-
# Bug report
### What I did
I have created a repeatable field using the following:
CRUD::field([
'name' => 'attachments',
'label' => 'Attachments',
'type' => 'relatio…
-
# 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…
-
**Following are the environment details**
OS:- Ubuntu 21.04
PHP:- PHP 7.4.24
Composer:- Composer version 2.1.9 2021-10-05 09:47:38
```shell
composer install
Installing dependencies from lock …
-
# Bug report
### What I did
Im adding a closure method in my crudController to display a button
```
$this->crud->addColumn(
[
'name' => 'stage',
…
-
# Bug report
### What I did
Added tabbed panels for relationship with subfields in setupUpdateOperation
CRUD::field('inspectorAllocations')
->type('relationship')
->subf…
-
# Bug report
### What I did
When I try to save any project entity using the cruds created with backpack, when doing the $this->crud->validateRequest(); This redirects me to the form again withou…
-
Hi,
I have an existing laravel project and wanted to add a new package for creating pdf.
Unfortunately I always get this error when I require any package with composer
```
[RuntimeException]
…
-
# Bug report
### What I did
I'm trying to create a repeater that has as its only field a select that displays all the "Attachment" entities. Each row of the repeater must allow the inline creati…
-
# Bug report
### What I did
Added dropzone as crud field
```
CRUD::field([
'label' => 'Image Gallery',
'name' => 'image_gallery',
'type' => 'dropzone',
…