Download the PHP package carolpelu/blockly-automation without Composer
On this page you can find all versions of the php package carolpelu/blockly-automation. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download carolpelu/blockly-automation
More information about carolpelu/blockly-automation
Files in carolpelu/blockly-automation
Package blockly-automation
Short Description Provides Laravel integration for the low-code BlocklyAutomation editor
License MIT
Homepage https://github.com/tynael/laravel-blockly-automation
Informations about the package blockly-automation
BlocklyAutomation package for Laravel
Provides Laravel integration for the low-code BlocklyAutomation editor.
Technical Requirements
PHP ^7.4
Installation
You can install the package via composer:
Setup
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
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:
Usage
This package injects a /BlocklyAutomation
web route into your application.
Just access yoursite.com/BlocklyAutomation
to use this package.
☢️ WARNING ☢️
This route is a public route! Use it with caution!
Testing
You can run the tests by using
or if you want to run a specific Test
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- Carol-Theodor Pelu
- All Contributors
License
The MIT License (MIT). Please see License File for more information.