You should take a look at the docs of spark: https://spark.laravel.com/docs/1.0/installation#installation-types If you want to install spark with braintree you have to install spark with
spark new project-name --braintree
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
Hi, there. I'm newbie to Spark and I have a question about it.
First, I tried to change SparkServiceProvider.php Spark::useBraintree()->noCardUpFront()->trialDays(10); But the result is: Fatal error: Class 'Braintree_Configuration' not found
The class is missing. So, what should I do to be installed or kind of? I have Merchant ID and etc credentials from Braintree Sandbox.
You should take a look at the docs of spark: https://spark.laravel.com/docs/1.0/installation#installation-types If you want to install spark with braintree you have to install spark with
spark new project-name --braintree
Please or to participate in this conversation.