Laracon DB
Laracon DB
Laracon Online 2019

Building a realtime dashboard

A presentation about building a real-time dashboard using Laravel, Vue.js, and Pusher. The speaker demonstrates how to create a dynamic dashboard that displays various data like Twitter feeds, weather updates, package statistics, and team tasks. The dashboard updates in real-time using WebSockets through Pusher, with local storage for state management and a responsive design that works well on TV displays using a Raspberry Pi.

Getting started with Laravel Shift
No video available
Building ChatBots with Laravel
No video available
Modern JavaScript for Laravel Developers
No video available
What's new in Laravel 6.0
No video available
Building Better Laravel Applications
No video available
Laravel & Kubernetes
No video available
Refactoring UI
No video available
Test Driven Laravel

Adam Wathan presents a detailed walkthrough of test-driven development (TDD) in Laravel, demonstrating how to build features from scratch using both acceptance tests and unit tests. He builds a Twitter clone called 'Tweeter' and shows how to implement features like viewing user profiles and sending follower notification emails, while explaining best practices around using mocks, spies, and fakes in testing.