This is an example of using phpZeebe with Laravel
This is a Laravel application built with composer. To build it, please uncomment the fileinfo extension in your php.ini
extension=fileinfo
If like me, you're relying on sqlite, also uncomment :
extension=pdo_sqlite
extension=sqlite3
php artisan queue:table
php artisan migrate
http://localhost:8000/api/process/start
php artisan queue:work