-
# Bug report
### What I did
I keep getting errors when using a subfield that has a "withfiles" configuration. This is the setup:
1) There is a model with its "pdfs" attribute as a repeatable …
-
Dear Sebastian,
I was just wondering what is your choice of CRUD and Grids in general? And will one be eventually integrated in L51ESK?
I come from Yii2 framework and miss things like [Gii code gener…
-
# Bug report
### What I did
I used the image field and column in a backpack crud.
### What I expected to happen
I expected absolute image URLs to be supported and displayed as uploaded ima…
-
I have to generate a lot of cruds in my application.
Can I use a generator or I have to write down all by hand. it's a very hard work and code a lot of files.
What procedure do you can suggest me to…
-
# Bug report
This is not a bug, see below
### What I did
I want to store fake fields in meta table instead of json
### What I expected to happen
--
### What happened
--
### Wha…
-
# Bug report
### What I did
I added a repeatable field with an image subfield.
The image has parameters: 'withFiles' => [ 'disk' => 'public', 'path' => 'registration-steps',],
When creating ev…
-
Very promising work. But so after generating module if we have to add more fields we have to manually add each of the fields in to model, migration and write the codes in controller and views files a…
-
`[ErrorException]
file_get_contents(../app/Http/routes.php): failed to open stream: No such file or dir…
-
# Bug report
### What I did
I added a select2 in a repeatable.
And I activated the `Model::preventLazyLoading()` in the AppServiceProvider
```
CRUD::addField([
'type' => 'r…
-
I have a scenario in my mind let's see how it works :
1. I wanna write TDD tests for a book store management.
2. Let's start with the Book entity & CRUD
3. I start by creating a BookTest and try …