mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 02:35:32 +02:00
spark: add page (#2819)
This commit is contained in:
parent
bd70a747ed
commit
389d5e54b9
1 changed files with 24 additions and 0 deletions
24
pages/common/spark.md
Normal file
24
pages/common/spark.md
Normal file
|
@ -0,0 +1,24 @@
|
|||
# spark
|
||||
|
||||
> The Laravel Spark command line tool.
|
||||
> Homepage: <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`
|
Loading…
Add table
Reference in a new issue