-
It is sometimes necessary to test functionalities that would require manually creating models (courses, students, tasks, ...) and it can quickly become cumbersome.
One solution to this is a **datab…
-
### Description
Im using this seeder to create an admin user and assing all roles in database
```
$user = User::create([
'email' => 'admin@domain.com',
'password' => …
-
Set up database schema and seed files
-
Hello everyone,
I recently tried to use openproject community I followed to guide but it keeps saying it is unable to connect to the DB and I didnt change much this is my docker-compose.yml:
```
…
-
-
Would it be possible to ship database seeders to:
- create the default admin user
- create the default admin role
- create the default 'Administer roles & permissions' permission
- connect those…
-
Hi,
I'm trying to run a db:seed but it always return an ImportError. I'm using Orator via flask-orator package.
The error :
```bash
__[ImportError] No module named customer_seeder__
```
My…
-
**Describe the bug**
Upgrading KubeCF gets multiple database-seeder runs. They have a race condition that usually sets the wrong values in the database. E.g. the database password secrets get rotat…
-
Link to upgrade guide: https://laravel.com/docs/8.x/upgrade#seeder-factory-namespaces
During the generation of the seeder files, we need to add the namespaces
> Seeders and factories now use names…
-
### Package
filament/filament
### Package Version
3.2.123
### Laravel Version
11
### Livewire Version
3
### PHP Version
8.3
### Problem description
Toggle Buttons not …