2019-03-06 11:28:22 +00:00
|
|
|
# spark
|
|
|
|
|
2021-05-20 16:13:41 -04:00
|
|
|
> The Laravel Spark command-line tool.
|
2019-06-03 02:06:36 +02: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 19:59:09 +02: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`
|