Skip to main content

Installation

Install the Laravel package in your application with Composer.

Icons

Use the Blade component in views. Use Pictum\icon() when application code needs the icon URL or canonical SVG markup.

Avatars

Use the Blade component for profile images in views. Use Pictum\avatar() when application code needs a selected raster URL or canonical SVG.

QR codes

Use the Blade component for scannable text or URLs. Use Pictum\qrCode() when application code needs the image URL or canonical SVG.

Placeholders

Use the Blade component for square or custom-dimension images. Use Pictum\placeholder() when application code needs the selected image URL or SVG markup.
Helpers return the selected representation URL immediately. Calling svg() retrieves canonical SVG markup for the same asset.