-
https://github.com/mitulgolakiya/laravel-api-generator/issues/73#event-387310159
Sorry you closed the issue before I finished trying what you said to try.
Here are the problems im having now.
1- …
-
Each time the tests are run, a few random users are created. I can see that a problem when I want to test models, and then the database becomes cluttered really quickly, even if just in dev.
To hav…
-
Hello team,
I just received this on email:
"Hello,
I'm trying to create a model via Devtools, but if I create a column with decimals, it crashes.
It seems to come from laravel-shift.
I'…
-
# Bug report
### What I did
i create a package to add relation to main Video Model with resolveRelationUsing method:
![image](https://github.com/user-attachments/assets/2d8f5efd-6da2-4deb-bc7b-…
-
# Bug report
### What I did
Installed Laravel 11 and Backpack crud 6.7.25 on a host with MySQL5.6
With APP_DEBUG=false, APP_ENV=production
### What I expected to happen
A clean error mess…
amenk updated
1 month ago
-
# Bug report
### What I did
When you start typing "Ama" in input and then select "Amazon", search string "Ama" will remain.
### What I expected to happen
The ‘Ama’ string should be cleared…
-
# Bug report
### What I did
When using the size() method on a CrudField the classes added to the fields are
`'form-group col-md-'.$numberOfColumns`
If you don't use size the default in t…
-
# Bug report
### What I did
I have created a phone field in the database which is a varchar field.
In the Crud Controller, I have the following in the setupShowOperation function:
CRUD::colu…
-
# Bug report
### What I did
I wanted to make us of the new `setAccessCondition` feature for my CRUD controllers. To test it I added this code into the `setup()` method of one of my controllers:
…
-
# Bug report
### What I did
Hey guys,
Today I came across a small problem. I use the theme-coreuiv2 theme in Backpack 6.x, and I'm having trouble creating a modal button. When I click on the …