-
# Bug report
### What I did
Verify account email address when not logged in: **http://localhost:8001/admin/email/verify/2/339ff24d6e1112f476f74e2461ebf89a3883ff5d?expires=1719674964&signature=5b…
-
# Bug report
### What I did
I am using MongoDB connection as part of the CQRS architecture in a Backpack project. Everything seems to be working fine except for the DevTools Create Model view, whi…
-
#### Laravelインストーラのインストール
Composerでインストールする
```
$ composer global require "laravel/installer"
```
`global`を指定しているので`~/.composer/vendor`配下にインストールされる
バイナリファイルは`~/.composer/vendor/bin`配下にインストールされるた…
-
# Bug report
google_maps seems not to be working when changing env=production, but all working fine in local.
This is my code inside my controller.
```
CRUD::field([
'name' =…
-
# Bug report
### What I did
What I'm trying to do is having a polymorphic one to one (MorphOne) dropdown selection on my CRUD model.
It seems the only way to do this, without subfields and wit…
-
# Bug report
### What I did
I use the date_picker field in inline create operation
```
[
'name' => 'birthdate',
'type' => 'date_picker',
'wrapperAtt…
-
# Bug report
### What I did
It was working surprisingly for more than 2 weeks and now it gives following problem.
It is double quote coming from Laravel Backpack order by "motorbike_annual_co…
-
This morning, I've forced myself to go through the whole "_discovering and using Backpack for the first time_" experience. To look at what we offer and how we do things... from the point of view of a …
-
# Bug report
### What I did
1. use correct credentials in auth.json
2. set version in composer.json - "backpack/pro": "^2.0"
3. run `composer upgrade` command
### What I expected to h…
-
# Bug report
### What I did
- I have only single standard operation for my CRUD -> ListOperation
- I created new custom operation "Operations\Lots\DeleteMaxBidsOperation"
- I add the button:
…