claraleigh/runa-api-for-laravel

There is no license information available for the latest version (v1.0.1) of this package.

Runa Connect API Laravel package

v1.0.1 2023-05-24 01:50 UTC

This package is auto-updated.

Last update: 2024-05-13 00:21:50 UTC


README

This package provides an easy-to-use integration of the Runa Connect API for Laravel applications.

Table of Contents

Installation

To install the package, run the following command:

composer require claraleigh/runa-api

Configuration

After installing the package, you need to publish the configuration file:

php artisan vendor:publish --provider="ClaraLeigh\RunaApi\RunaApiServiceProvider" --tag="config"

Then, add your Runa Connect API key to your .env file: