Looking to hire Laravel developers? Try LaraJobs

runa-api-for-laravel maintained by claraleigh

Description
Runa Connect API Laravel package
Last update
2024/06/07 04:03 (dev-main)
Links
Downloads
20 914

Comments
comments powered by Disqus

Runa Connect API Laravel Package

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: