PHP code example of dezer32 / laravel-temporal
1. Go to this page and download the library: Download dezer32/laravel-temporal library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
dezer32 / laravel-temporal example snippets
declare(strict_types=1);
namespace Dezer32\Temporal\Laravel\Example\Providers;
use Dezer32\Temporal\Laravel\Core\Providers\TemporalServiceProvider;
class ExampleTemporalServiceProvider extends TemporalServiceProvider
{
protected array $activityBindings = [];
protected array $workflowBindings = [];
}
bash
php artisan vendor:publish --tag=laravel-temporal-docker