Replies: 3 comments 7 replies
-
Hello! @orbitur-helderneves . I believe the problem is in the connection to the database. In PowerGrid it was getting it through the default driver, I changed it to get it from the Model. Can you test again with the last commit? Thanks |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hello, didn't work. Thanks! Loading composer repositories with package information
Info from https://repo.packagist.org: #StandWithUkraine
Updating dependencies
Lock file operations: 0 installs, 1 update, 1 removal
- Removing openspout/openspout (v4.16.0)
- Upgrading power-components/livewire-powergrid (5.x-dev d06a21e => 5.x-dev f3cd3ea)
Writing lock file
Installing dependencies from lock file (including require-dev)
Package operations: 0 installs, 1 update, 1 removal
- Downloading power-components/livewire-powergrid (5.x-dev f3cd3ea)
- Removing openspout/openspout (v4.16.0)
- Upgrading power-components/livewire-powergrid (5.x-dev d06a21e => 5.x-dev f3cd3ea): Extracting archive
Generating optimized autoload files
> Illuminate\Foundation\ComposerScripts::postAutoloadDump |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I don't really know if it's a bug or if I'm missing something.
If I make a table for
App\Models\User
, it adds columns for the fillable fields.If I make a table, let's say for
App\Models\folder\app\Status
, it doesn't add any columns.Btw, I answered yes to the fillable quetion :D
The Model
Beta Was this translation helpful? Give feedback.
All reactions