Laravel is a web application framework which is accessible, powerful, and provides tools required for large, robust applications.
CircleCI is a tool that will help test, build and deploy your web applications.
The CircleCI Support team has provided a script which you can find in the .circleci folder named env-script.sh
.
- The
.env
file, which will be found at the root of your PHP Laravel project. - The organization ID from your organization in CircleCI, found in your org settings: https://app.circleci.com/settings/organization/github/YOURORG/overview
- A personal API token saved locally as an envionment variable named $CIRCLE_TOKEN.
This script will create a context for your organization.