Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/laravel/spark-installer
https://github.com/laravel/spark-installer
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/laravel/spark-installer
- Owner: laravel
- License: mit
- Created: 2016-04-14T17:37:52.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-04-14T13:08:56.000Z (over 4 years ago)
- Last Synced: 2024-09-27T22:03:48.638Z (about 2 months ago)
- Language: PHP
- Size: 196 KB
- Stars: 315
- Watchers: 47
- Forks: 84
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Laravel Spark Installer
## Installation
You should clone this repository to any location on your system, then run the `composer install` command within the cloned directory so the installer's dependencies will be installed. Finally add that location to your system's PATH so that the `spark` executable can be run from anywhere on your system.
After purchasing a Spark license, run the `spark register` command with your API token generated from the [Laravel Spark](https://spark.laravel.com) website.
spark register token-value
## Creating Projects
Once your Spark client has been registered, you can run the `new` command to create new projects:
spark new project-name
After the project has been created, don't forget to run your database migrations!