-
Hi
Currently trying to export to pdf and to excel but i keep getting on the logs
`ERROR -- : user=5 undefined method `path' for nil:NilClass: undefined method `path' for nil:NilClass`
Running …
-
![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.`);
…
-
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…
-
Hi
Can you please share the sample database or database seeder or guide me how to setup admin account?
-
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…