-
# Bug report
### What I did
CRUD article controller with field:
```
CRUD::addField([
'name' => 'image',
'label' => 'Image',
'type' => 'image',
'withFiles' => [
'di…
-
# Bug report
I have added the "inline create" function to BelongsTo relationships several times and have never had any problems.
I tried adding that function in a field with the hasMany relationsh…
-
Copy CRUD code from yii2 repo https://github.com/yiisoft/yii2-gii
### What steps will reproduce the problem?
### What is the expected result?
Have an option to generate CRUD for an active recor…
-
# Bug report
### What I did
Created a CRUD::Field on an morphable relation, defining an ajax datasource for the results:
```
CRUD::field([
'name' => 'morphable',
'l…
-
Cannot access offset of type string on string
at vendor/san-kumar/laravel-crud/src/Utils/SchemaUtils.php:79
Erro ocurred when execute this command php artisan crud:generate estrutura
-
# Bug report
### What I did
Let's have a CRUD controller with these fields:
```
[
'name' => 'cover',
'type' => 'image',
'labe…
-
after fix this reported issue [5635](https://github.com/Laravel-Backpack/CRUD/issues/5635)
this feature stopped working
[Allow user to select multiple times the same pivot](https://backpackforlara…
-
When i try to edit asset classifications, this error is displayed:
```
An Internal Error Has Occurred
Error: An Internal Error Has Occurred.
```
Eramba version:
` 3.24.2 `
Error log:
```…
-
# Bug report
### What I did
I'm formatting my CRUD form using custom_html field types that include `````` tags.
### What I expected to happen
I expect that when I drag-and-drop an image in…
-
when generating a new crud on a plural table, the route is created in the singular, but the references are in the plural. There is therefore an error when using the route: ` throw new RouteNotFoundExc…