github durable-workflow/workflow 1.0.1

latest releases: 1.0.72, 1.0.71, 1.0.70...
2 years ago

This update provides greater flexibility by enabling the Laravel Workflow package to support MongoDB.

A base_model configuration option has been added to allow users to specify the base model. Now, instead of only using Illuminate\Database\Eloquent\Model::class as the base model, users can change it to other models such as Jenssegers\Mongodb\Eloquent\Model::class for MongoDB support.

By default Illuminate\Database\Eloquent\Model::class is used automatically. Unless you are using MongoDB then there is nothing that needs to be changed for your app.

See the documentation for more details.

https://laravel-workflow.com/docs/configuration/database-connection/#changing-base-model

Don't miss a new workflow release

NewReleases is sending notifications on new releases.