2019-03-06 11:28:22 +00:00
|
|
|
# spark
|
|
|
|
|
2021-05-20 21:13:41 +01:00
|
|
|
> The Laravel Spark command-line tool.
|
2019-06-03 01:06:36 +01:00
|
|
|
> More information: <https://spark.laravel.com>.
|
2019-03-06 11:28:22 +00:00
|
|
|
|
|
|
|
- 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`
|
|
|
|
|
2021-08-15 18:59:09 +01:00
|
|
|
- Create a new Spark project with team-based billing stubs:
|
2019-03-06 11:28:22 +00:00
|
|
|
|
|
|
|
`spark new {{project_name}} --team-billing`
|