2025-03-14 21:59:59 -06:00
|
|
|
# spark
|
|
|
|
|
|
2025-07-24 22:27:13 -06:00
|
|
|
> The Laravel Spark tool.
|
2025-03-14 21:59:59 -06:00
|
|
|
> More information: <https://spark.laravel.com>.
|
|
|
|
|
|
|
|
|
|
- Register your API token:
|
|
|
|
|
|
|
|
|
|
`spark register {{token}}`
|
|
|
|
|
|
|
|
|
|
- Display the currently registered API token:
|
|
|
|
|
|
|
|
|
|
`spark token`
|
|
|
|
|
|
|
|
|
|
- Create a new Spark project:
|
|
|
|
|
|
|
|
|
|
`spark new {{project_name}}`
|
|
|
|
|
|
|
|
|
|
- Create a new Spark project with Braintree stubs:
|
|
|
|
|
|
|
|
|
|
`spark new {{project_name}} --braintree`
|
|
|
|
|
|
|
|
|
|
- Create a new Spark project with team-based billing stubs:
|
|
|
|
|
|
|
|
|
|
`spark new {{project_name}} --team-billing`
|