-
![image](https://github.com/user-attachments/assets/a30294e1-2d99-4601-a1bf-9ef185cc0eab)
-
When I try to execute the seeder it shows the error message:
```
if (VALID_OPTIONS.indexOf(key) === -1) throw new Error(`\`${key}\` is an invalid option.`);
…
-
Hi
Can you please share the sample database or database seeder or guide me how to setup admin account?
-
Since Laravel8, seeders have been moved to `database/seeders`
See here: https://laravel.com/docs/8.x/seeding
However currently the migration creation file tries to create the seeder at:
`$seeder…
-
I found an issue with the countries:migration laravel command excecution. I have fixed it chanching the seeds forder for seeders folder name. In the /vendor/webpatser/laravel-countries/src/commands/Mi…
-
### Package
filament/filament
### Package Version
v3.2.116
### Laravel Version
v11.29.0
### Livewire Version
v3.5.12
### PHP Version
PHP 8.2.22
### Problem description
…
-
**Issue type:**
[ ] question
[ ] bug report
[x] feature request
[ ] documentation issue
**Database system/driver:**
[ ] `cordova`
[x] `mongodb`
[x] `mssql`
[x] `mysql` / `mariadb`
[x] …
-
Should the Factories work? I get this error:
`Call to undefined method Illuminate\Database\Query\Builder::usingModel()`
The entry ends up in the local dynamodb but an error is thrown.
Model
…
-
## 🛠️ Tooling
Currently running the database seeder truncates the user table. This is inconvenient when it runs on dev and wipes out existing team members accounts. It would be nice if it can skip t…
-
Hi!
Thanks for opensourcing this code. I'm trying to wrap my head around it - and looking at update.sh, there ought to be a tool producing the file "dump" - what is it?
Cheers,
Tomasz