---
title: "Laravel Mobile Pass: Generate Apple Wallet and Google Wallet Passes"
url: https://daily.dev/posts/laravel-mobile-pass-generate-apple-wallet-and-google-wallet-passes-ne7wbm9tn
source_url: https://laravel-news.com/laravel-mobile-pass-generate-apple-wallet-and-google-wallet-passes
type: article
source: "Laravel News"
published: 2026-04-24T13:08:31.168Z
updated: 2026-04-24T13:08:54.118Z
tags: ["php", "laravel"]
reading_time: 3
upvotes: 37
comments: 2
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Laravel Mobile Pass: Generate Apple Wallet and Google Wallet Passes

**[Laravel News](https://daily.dev/sources/ln)** · 3 min read · 37 upvotes · 2 comments

## Summary

Laravel Mobile Pass is a new Spatie package that lets you generate Apple Wallet and Google Wallet passes directly from a Laravel application. It supports boarding passes, event tickets, coupons, store cards, membership cards, and gift cards. The package provides a unified builder API for both platforms, returning a MobilePass Eloquent model that implements Laravel's Responsable interface to serve the correct format per platform. It also supports live pass updates pushed to already-installed passes via a PushPassUpdateJob, with optional queue support. A live demo is available to test all pass types and the push update mechanism.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://laravel-news.com/laravel-mobile-pass-generate-apple-wallet-and-google-wallet-passes>

## Community discussion

Top comments from developers on daily.dev.

**@luisferfranco** · 2 upvotes

> Wow, this is really interesting. I was developing an app for a corporate restaurant (the one for the plant workers), they have n allowances per month, adding a mobile pass won't do much for the process, but it will look modern and responsive. Love it!

**@eduardomrigo** · 1 upvotes

> Pretty cool demonstration

## Similar posts on daily.dev

- [Generate Apple and Google Wallet passes from Laravel](https://daily.dev/posts/generate-apple-and-google-wallet-passes-from-laravel-wfa1veosa) · FREEK.DEV · 70 upvotes · 0 comments
- [Laravel Introduces First-Party Passkey Authentication Support](https://daily.dev/posts/laravel-introduces-first-party-passkey-authentication-support-cztccowtr) · Laravel News · 18 upvotes · 2 comments
- [iOS 27 is adding a 'Create a Pass' button to Apple Wallet](https://daily.dev/posts/ios-27-is-adding-a-create-a-pass-button-to-apple-wallet-lhydhdve5) · Hacker News · 2 upvotes · 0 comments

---

Tags: [#php](https://daily.dev/tags/php), [#laravel](https://daily.dev/tags/laravel)

[View this post on daily.dev](https://daily.dev/posts/laravel-mobile-pass-generate-apple-wallet-and-google-wallet-passes-ne7wbm9tn)
