To boot a new local version of the OpenRun API, follow the instructions below:
cd ~/Sites/openrun-apicomposer installphp artisan config:cachephp artisan migratephp artisan db:seed --class=TestDataSeederphp artisan passport:install- Copy the client secret for Laravel Personal Access Client into the
.envfile in theopenrun-siteproject - e.g.API_CLIENT_SECRET={client_secret_here}