Build a realtime activity feed with Laravel
Take advantage from Laravel power and build a live activity feed.
Follow tutorial
Pusher APIs make it simple to add realtime features to your applications, fast. We have hundreds of tutorials, written by our experts, to get you up and running!
Search to find your feature in our collection, or check out the subject list below for inspiration on what you can build using Pusher.
Take advantage from Laravel power and build a live activity feed.
Follow tutorial
Create a live comments feature using Laravel and Pusher.
Follow tutorial
Build online presence into your Laravel app with Pusher.
Follow tutorial
Create a realtime public anonymous group chat app using Laravel and Pusher.
Follow tutorial
Build your own photo feed like Instragram or Flicker with Laravel and Vue.js.
Follow tutorial
Build a game leaderboard table using Laravel, Vue.js and enable realtime updates.
Follow tutorial
Build a basic live user counter in a website using Laravel and Vue.js.
Follow tutorial
Build a simple but productive realtime note app using Laravel and Vue.js.
Follow tutorial
Build a realtime bar chart which will show the current active users without reloading the page using Laravel and Vue.js.
Follow tutorial
Create a read receipts system that updates in realtime using Laravel and Pusher.
Follow tutorial
Build a live comments feature in your iOS app using Swift and PHP.
Follow tutorial
Build a realtime map using Laravel and keep it updated live with new coordinates.
Follow tutorial
Create a realtime group chat application with Laravel and Pusher.
Follow tutorial
Build a Laravel chat application using Vue.js and receive realtime messages with Pusher.
Follow tutorial
In this tutorial, we are going to create a realtime design feedback application with Vue.js and Laravel.
Follow tutorial
Learn how to build live social interactions like realtime likes using Laravel, a popular PHP framework.
Follow tutorial
Learn how to implement realtime stock updates in a Laravel and VueJS application. Clone a sample app, then walk through adding realtime functionality.
Follow tutorial
Discover how to build web notifications in a small Laravel web app.
Follow tutorial
This series shows you how to build a spreadsheets application using PHP (Laravel) for the backend, and Pusher for realtime updates. In part two, implement realtime collaboration functionality, allowing multiple users to work on a spreadsheet simultaneously.
Follow tutorial
This series shows you how to build a spreadsheets application using PHP (Laravel) for the backend, and Pusher for realtime updates. In part one, implement user accounts and basic spreadsheet functionality.
Follow tutorial
This series shows you how to build a spreadsheets application using PHP (Laravel) for the backend, and Pusher for realtime updates. In part three, implement a presence feature, to see who else is editing the same spreadsheet.
Follow tutorial
This tutorial takes a thorough look at how to build an iOS app that consumes a news update API and provides realtime alerts to its users. You will build a news publishing CMS in Laravel, with a companion iOS application that sends the latest news as a push notification.
Follow tutorial
This series shows you how to build a spreadsheets application using PHP (Laravel) for the backend, and Pusher for realtime updates. In part four, add clean-up functionality. Unused spreadsheets are automatically deleted.
Follow tutorial
Learn to build an analytics dashboard, to observe the usage and behavior of a Laravel application in realtime.
Follow tutorial
This article looks at ways to monitor Laravel's background queues. Using the example of emails queued for sending, you will create a report page that displays which emails have sent and which haven't.
Follow tutorial
Use Laravel and Vue to build a news notification module, which will send a desktop notification to everyone on the website when a new post is published.
Follow tutorial
Learn to build a social network app for iOS, featuring push notifications. In part two, create the app and set up push notifications.
Follow tutorial
Learn to build a social network app for iOS, featuring push notifications. In part one, create the backend for the app using Laravel, and start the frontend in Swift.
Follow tutorial
Build a chat app for iOS, with a Laravel API backend. In part four, add a couple of extra features: who's typing and online presence. By the end of this section your app will display who is online, last seen times, and who is typing.
Follow tutorial
Build a chat app for iOS, with a Laravel API backend. In part two, build the Laravel API. By the end of this section you will have a database and API to support the app.
Follow tutorial
Build a chat app for iOS, with a Laravel API backend. In part three, build the iOS application. By the end of this section you will have a working app with instant chat functionality.
Follow tutorial
This two-part series uses React Native, Docker and several Google services (Maps, Places, Directions and Geocoding) to create a carpooling app. In part twoyou will set up the frontend.
Follow tutorial
This two-part series uses React Native, Docker and several Google services (Maps, Places, Directions and Geocoding) to create a carpooling app. In part one you will set up the backend.
Follow tutorial
Build a cryptocurrency tracking app featuring push notifications. Use Swift to create an iOS app, powered by a Laravel backend. User will receive alerts when currency prices change. In part one, create the backend with Laravel.
Follow tutorial
Build a cryptocurrency tracking app featuring push notifications. Use Swift to create an iOS app, powered by a Laravel backend. User will receive alerts when currency prices change. In part two, create the iOS app.
Follow tutorial
This four-part series explores how to build an accessible localized application in Laravel. In part one, examine various approached to localization, and how to address accessibility issues.
Follow tutorial
This four-part series explores how to build an accessible localized application in Laravel. In part two, set up your project and build the backend in Laravel.
Follow tutorial
This four-part series explores how to build an accessible localized application in Laravel. In part three, we will implement multi-language strings in the Laravel application.
Follow tutorial
This four-part series explores how to build an accessible localized application in Laravel. In part four, we will focus on making the frontend of the application.
Follow tutorial
This tutorial guides you through setting up multiple authentication guard in a Laravel web app. You will provide multiple authentication routes for different users, redirecting each user type to the appropriate content.
Follow tutorial
This tutorial will show you how to create a live dashboard to output Laravel logging. You will take an existing app and extend it, modifying the logging outputs and adding new logging.
Follow tutorial
This tutorial shows how to build a simple online presence counter using Symfony. You will create a basic web page with a counter that updates in realtime as users navigate to and from the page.
Follow tutorial
Learn how to create and publish Laravel packages on Packagist. Develop a simple Laravel package, gaining familiarity with the package structure. Then share it on Packagist.
Follow tutorial
Learn to use Axios in a Laravel app. You will build a simple blog dashboard, to create and list posts. Use Laravel for the backend, Vue for the frontend, and Axios to handle the HTTP routing.
Follow tutorial
This six part tutorial series will guide you through building a CMS using Laravel and Vue.js. The final product will include authentication, user roles, post creation and editing, and a realtime comments feature. In part one, set up your development environment and project skeleton.
Follow tutorial
This six part tutorial series will guide you through building a CMS using Laravel and Vue.js. The final product will include authentication, user roles, post creation and editing, and a realtime comments feature. In part two, add support for posts and start building the frontend.
Follow tutorial
This six part tutorial series will guide you through building a CMS using Laravel and Vue.js. The final product will include authentication, user roles, post creation and editing, and a realtime comments feature. In part three, create a simple API to handle CRUD operations.
Follow tutorial
This short tutorial will show you how to build a simple live search feature using Laravel, Vue.js and SQLite. Users will see results being filtered and returned as they type.
Follow tutorial
This six part tutorial series will guide you through building a CMS using Laravel and Vue.js. The final product will include authentication, user roles, post creation and editing, and a realtime comments feature. In part four, create the admin dashboard.
Follow tutorial
This six part tutorial series will guide you through building a CMS using Laravel and Vue.js. The final product will include authentication, user roles, post creation and editing, and a realtime comments feature. In part five, finish implementing the admin functionality.
Follow tutorial
This tutorial shows how to implement online presence and realtime updates in a Laravel application. You will use Laravel, Vue, and SQLite to build a simple app where users can log in and post statuses. Posts will appear in realtime, and users' online presence will be reported.
Follow tutorial
This six part tutorial series will guide you through building a CMS using Laravel and Vue.js. The final product will include authentication, user roles, post creation and editing, and a realtime comments feature. In part six, add support for comments, including realtime updates.
Follow tutorial
This two part series will introduce you to the Slim 3 framework for PHP development. You will create a simple REST API, learning how to set up a project, add and configure dependencies, and write and test API endpoints. In part one, set up the project and the database.
Follow tutorial
This two part series will introduce you to the Slim 3 framework for PHP development. You will create a simple REST API, learning how to set up a project, add and configure dependencies, and write and test API endpoints. In part two, create the API endpoints and test them with Postman.
Follow tutorial
Build a live blogging platform using Laravel and Vue, designed to post live updates of sports games. It features an admin panel behind authentication and a guest view where site visitors can watch for updates. As an admin posts a new score or match event, both displays update in realtime.
Follow tutorial
This tutorial provides an introduction to the concepts and features of REST APIs. You will consider different API patterns, and look at the strengths and weaknesses of REST, as well as when to use it.
Follow tutorial
This brief tutorial shows you how to create a simple to-do list app using Vue and Laravel. The list UI updates in realtime as items are added, completed and removed.
Follow tutorial
In this tutorial you will build a mobile app in React Native that can process payments using Stripe. The backend will be created with Laravel Lumen and MySQL.
Follow tutorial
This tutorial takes an in-depth look at Laravel Mix, working through a practical example of how to use it during your frontend development process.
Follow tutorial
Build a simple live comments web app using Laravel and Vue.js. Users are able to post comments, and see other comments appear in realtime.
Follow tutorial
This tutorial looks at the advantages of using Kubernetes, and walks through a practical example, creating a K8s cluster and deploying a basic Laravel application with Kubernetes on Google Cloud.
Follow tutorial
See what's new in Laravel 5.8, including improvements to email validation and Artisan commands, new functionality for Eloquent and Blade, and support for several new libraries.
Follow tutorial
In this six-part series, build a Laravel error logging service. You will create a custom Laravel package to include in Laravel apps, along with web, Android and iOS frontends. Alerts will publish in realtime, featuring push notifications to mobile. In part one, build the log dispatcher.
Follow tutorial
In this six-part series, build a Laravel error logging service. You will create a custom Laravel package to include in Laravel apps, along with web, Android and iOS frontends. Alerts will publish in realtime, featuring push notifications to mobile. In part two, create the logger package.
Follow tutorial
In this six-part series, build a Laravel error logging service. You will create a custom Laravel package to include in Laravel apps, along with web, Android and iOS frontends. Alerts will publish in realtime, featuring push notifications to mobile. In part three, integrate the logger package into a Laravel app.
Follow tutorial
In this six-part series, build a Laravel error logging service. You will create a custom Laravel package to include in Laravel apps, along with web, Android and iOS frontends. Alerts will publish in realtime, featuring push notifications to mobile. In part four, build the Android app.
Follow tutorial
In this six-part series, build a Laravel error logging service. You will create a custom Laravel package to include in Laravel apps, along with web, Android and iOS frontends. Alerts will publish in realtime, featuring push notifications to mobile. In part five, build the iOS app.
Follow tutorial
In this six-part series, build a Laravel error logging service. You will create a custom Laravel package to include in Laravel apps, along with web, Android and iOS frontends. Alerts will publish in realtime, featuring push notifications to mobile. In part six, build the web frontend.
Follow tutorial
Learn to build Laravel packages. Work through a full featured example: a realtime review package using Pusher Channels. This package can then be added to any Laravel application.
Follow tutorial
This three part series will walk you through building a simple login approval system. Create a dashboard behind a login with Laravel, and an iOS app. When a user tries to log in to the web dashboard, they receive an iOS notification to approve or deny the login. In part one, set up the dashboard.
Follow tutorial
This three part series will walk you through building a simple login approval system. Create a dashboard behind a login with Laravel, and an iOS app. When a user tries to log in to the web dashboard, they receive an iOS notification to approve or deny the login. In part two, build the backend.
Follow tutorial
This three part series will walk you through building a simple login approval system. Create a dashboard behind a login with Laravel, and an iOS app. When a user tries to log in to the web dashboard, they receive an iOS notification to approve or deny the login. In part three, build the iOS app.
Follow tutorial
In this tutorial, create a web app for monitoring the status of your servers in realtime using Laravel. The app will offer realtime monitoring of disk, CPU and memory. You can also add custom notifications and have the server send you a text message when the CPU usage goes above a set threshold.
Follow tutorial
You can use Pusher to send messages to other clients on the same channel. In this tutorial, we’ll create a chat app that will demonstrate how easy it is to integrate our Pusher service with a Vue.js and Laravel 8 project.
Follow tutorial
Build a chat app for iOS, with a Laravel API backend. In part one, prototype the app and explore Clean Swift Architecture. By the end of this section you will have a clearly defined workflow for the application.
Follow tutorial