This happens because Bagisto expects a default channel before most services boot. Easiest fix is to run the initial migration and seed in isolation by temporarily disabling the API package or commenting the channel call in Core.php, then run php artisan migrate --seed to recreate the default channel, and restore the code after.