An introduction to Laravel Spark.
composer.json
file:
laravel/spark-paddle
or laravel/spark-stripe
package to the list of required packages in your composer.json
file:
composer.json
file has been updated, run the composer update
command in your console terminal:
composer update
, you will be prompted to provide your login credentials for the Spark website. These credentials will authenticate your Composer session as having permission to download the Spark source code. To avoid manually typing these credentials, you may create a Composer auth.json file and use your API token in place of your password:
auth.json
file via your terminal using the following command. As mentioned previously, you may create an API token via the Spark dashboard. This token may be used as a substitute for your password when creating a Composer auth.json
file:
auth.json
file into source control.spark:install
Artisan command:
migrate
Artisan command:
App\Models\User
model, you should follow these instructions before running the migration command.config/spark.php
configuration file and begin configuring your Spark installation.
auth.json
file inside your project’s version control repository. However, there may be times you wish to download Spark inside a CI environment like Chipper CI. For instance, you may wish to run tests for any custom tools you create. To authenticate Spark in these situations, you can use Composer to set the configuration option inside your CI system’s pipeline, injecting environment variables containing the credentials you use to login to the Spark dashboard and a valid Spark dashboard API token:
composer.json
file will need to specify the last version of Spark released before your license expired: