Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

neodigm's avatar

No Kiosk

Hi, I have a Spark project in Homestead. I've added my email address to the developers array in the SparkServiceProvider.php but do not see the kiosk. What could I be doing wrong. I've destroyed and up Homestead without success. Any ideas?

0 likes
4 replies
insanealec's avatar

Have you logged into your app with that email address?

First you need to migrate the tables that come with Spark, then you need to register with the email address you plan to use. Then, once your account is created you'll be able to access the kiosk with that account once you are logged in.

neodigm's avatar

Thanks for the quick reply.

Yes, I logged in with the same email address entered into SparkServiceProvider.php and the kiosk does not appear in the drop-down menu. I've also run the migrate command without error. I watched the video here in which Taylor adds his email address then simply refreshes to see the kiosk.

SYPOMark's avatar

Hi @neodigm

What does the code from your SparkService Provider where you've entered our email address look like? Does it look like this?

protected $developers = [
    //
    '[email protected]'
];
neodigm's avatar

Yes more or less:

protected $developers = [
    '[email protected]'
];

BTW: I'm using 4.0.8. I'm going to post-mortem the logs today then rebuild the whole stack from scratch. My hope is that this issue resolves itself.

Please or to participate in this conversation.