-
# Bug report
### What I did
CRUD article controller with field:
```
CRUD::addField([
'name' => 'image',
'label' => 'Image',
'type' => 'image',
'withFiles' => [
'di…
-
Greetings,
First, thanks for creating this wonderful CRUD generator!
I was just wondering if there is a way to create custom stub templates? I have successfully copied the default stub template…
-
# 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…
-
https://medium.com/@devlob/laravel-crud-generators-614caddf8bea
-
# Bug report
### What I did
Let's have a CRUD controller with these fields:
```
[
'name' => 'cover',
'type' => 'image',
'labe…
-
# Bug report
### What I did
Added dropzone as crud field
```
CRUD::field([
'label' => 'Image Gallery',
'name' => 'image_gallery',
'type' => 'dropzone',
…
-
# 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…
-
# Bug report
### What I did
I'm using lat, lng, location on datbaase, as explained in the documentation.
If I click to set the pin on the map, instead of drag'n'dropping it, an empty set of lat…
-
# 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…
-
# Bug report
### What I did
I create a model and table in DevTools that contains a nullable field, and when I open the create form in CRUD, I get the default value "NULL" as a "STRING" instead o…