mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-09 22:57:59 +00:00
Update cheatsheets
This commit is contained in:
29
spark
Normal file
29
spark
Normal file
@@ -0,0 +1,29 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# spark
|
||||
|
||||
> The Laravel Spark command-line 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`
|
||||
Reference in New Issue
Block a user