This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
dan
mooresolutions.io
did:plc:77skmre44jfeotr5coeihqlm
Laravel seeder tip.
$this->call(SeederClass::class);
will execute another seeder class from inside another.
I use an array of seeders for production and then another for development account and data stuff.
This is what the run in my DatabaseSeeder.php looks like.
2024-11-18T14:06:20.584Z