Back to all passes
Generic
Waiting for install
Scan to install on your iPhone
Point your iPhone camera at the QR code. Tap the link that surfaces, then tap Add to Apple Wallet. This page flips the moment Wallet registers the pass.
Download .pkpass
or scan with your iPhone camera
About this pass
Generic passes are the fallback layout, useful for membership cards, library cards, and anything that doesn’t fit the other pass types.
How it’s built
A single fluent builder call generates the pass, signs it with your Apple Developer cert, and stores it in your database.
GenericPassBuilder::make()
->setOrganisationName(...)
->setSerialNumber($id)
->setDescription(...)
->addField('event', 'Laracon US 2026')
->setLogoImage(public_path('images/logo.png'))
->save();
See the source for this exact example in GenerateExampleGenericPass.php.