79764735

Date: 2025-09-15 04:36:59
Score: 1
Natty:
Report link
set in .env
APP_URL=your_domain

set in config.app.php
  'url' => env('APP_URL', 'your_domain'),

in controller
$imgLogo = config('app.url') . '/your_folder/your_name_logo';

in blade
<img src="{{ $imgLogo}}" width="200">

So DOMPDF for render HTML only and render image not use public_path or asset
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Koekoe Roeyoedan