Jump to content

use Illuminate\Foundation\Events\Dispatchable;

composer require vladimir-yuldashev/laravel-queue-rabbitmq // app/Events/OrderPlaced.php class OrderPlaced implements ShouldBroadcast

public function reserve(string $sku, string $orderId, int $quantity): bool

Create the API routes ( routes/api.php ):