Answers for "db seed in controller"

PHP
0

db seed in controller

$fullClassName = "Nitseditor\\Plugins\\${pluginName}\\Databases\\seeds\\InstallSeeder";

Artisan::call("db:seed", ['--class' => $class]);
Posted by: Guest on September-04-2020

Browse Popular Code Answers by Language