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

briscula's avatar

Spark registration page

Hi,

After installation, registration is not working.

in SparkServiceProvider I have:

    Spark::useStripe()->noCardUpFront()->trialDays(10);
        Spark::freePlan()
            ->features([
                'First', 'Second', 'Third'
            ]);

When I hit register I get a javascript error:

Uncaught TypeError: Cannot read property 'price' of null

Any help? thanks.

0 likes
1 reply
briscula's avatar
briscula
OP
Best Answer
Level 1

please forget this ticket. my bad .... :(

just forgot to register a couple of Service Providers in app.php

Please or to participate in this conversation.