1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-05 13:55:24 +02:00
tldr/pages/common/spark.md
Managor d1fa35edf6
common/*: reduce usage of "command-line" (part 2) (#16950)
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2025-06-29 11:47:23 +03:00

24 lines
463 B
Markdown

# spark
> The Laravel Spark tool.
> 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`