GeneratePDFJob::dispatch($order, auth()->id()); In the job:
composer require spatie/laravel-pdf Node.js and headless Chrome installed on the server.
Cache::put($cacheKey, $pdf->output(), now()->addHours(6));
GeneratePDFJob::dispatch($order, auth()->id()); In the job:
composer require spatie/laravel-pdf Node.js and headless Chrome installed on the server.
Cache::put($cacheKey, $pdf->output(), now()->addHours(6));