PHPackages                             carolpelu/blockly-automation - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. carolpelu/blockly-automation

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

carolpelu/blockly-automation
============================

Provides Laravel integration for the low-code BlocklyAutomation editor

v1.0.0(3y ago)4141[1 issues](https://github.com/Tynael/laravel-blockly-automation/issues)MITBladePHP ^7.4|^8.0

Since May 19Pushed 3y ago1 watchersCompare

[ Source](https://github.com/Tynael/laravel-blockly-automation)[ Packagist](https://packagist.org/packages/carolpelu/blockly-automation)[ Docs](https://github.com/tynael/laravel-blockly-automation)[ RSS](/packages/carolpelu-blockly-automation/feed)WikiDiscussions main Synced 4d ago

READMEChangelog (1)Dependencies (3)Versions (2)Used By (0)

BlocklyAutomation package for Laravel
=====================================

[](#blocklyautomation-package-for-laravel)

[![Latest Version on Packagist](https://camo.githubusercontent.com/41805c980bc71e00632d560943c88d6d92d9bc6199f118b3e8600adddd739328/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6361726f6c70656c752f626c6f636b6c792d6175746f6d6174696f6e2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/carolpelu/blockly-automation)[![Total Downloads](https://camo.githubusercontent.com/c45fc6e48f402beadcdc7b0c70010bd1735040a2663abcac3a753eb93dba0630/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6361726f6c70656c752f626c6f636b6c792d6175746f6d6174696f6e2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/carolpelu/blockly-automation)

Provides Laravel integration for the low-code BlocklyAutomation editor.

[![BlocklyAutomation Screen](https://camo.githubusercontent.com/d718df1569028dfacc59b644c4e7a1d9ad66e1b072545006aeee5c73e7498214/68747470733a2f2f6e657574726f6e6465762e636f6d2f77702d636f6e74656e742f75706c6f6164732f323032322f30352f626c6f636b6c792d6175746f6d6174696f6e2d6361726f6c2d70656c752d6e657574726f6e6465762d312e6a7067)](https://camo.githubusercontent.com/d718df1569028dfacc59b644c4e7a1d9ad66e1b072545006aeee5c73e7498214/68747470733a2f2f6e657574726f6e6465762e636f6d2f77702d636f6e74656e742f75706c6f6164732f323032322f30352f626c6f636b6c792d6175746f6d6174696f6e2d6361726f6c2d70656c752d6e657574726f6e6465762d312e6a7067)

Technical Requirements
----------------------

[](#technical-requirements)

PHP ^7.4

Installation
------------

[](#installation)

You can install the package via composer:

```
composer require carolpelu/blockly-automation
```

Setup
-----

[](#setup)

### Laravel 6+

[](#laravel-6)

For projects using a Laravel version 6 or later, this package is being autoloaded and you can use it straight away.

### Laravel 5.8 or lower

[](#laravel-58-or-lower)

For projects using a Laravel version 5.8 or lower, you have to manually load this package's service in order to use it.

To do that, go to your projects' `app.php` file and then add the `BlocklyAutomationServiceProvider::class` as a Provider:

```
// app.php
