We're sorry but this page doesn't work properly without JavaScript enabled. Please enable it to continue.
Feedback

Creating a dashboard with Laravel, Vue and Pusher

Formal Metadata

Title
Creating a dashboard with Laravel, Vue and Pusher
Title of Series
Number of Parts
611
Author
License
CC Attribution 2.0 Belgium:
You are free to use, adapt and copy, distribute and transmit the work or content in adapted or unchanged form for any legal purpose as long as the work is attributed to the author in the manner specified by the author or licensor.
Identifiers
Publisher
Release Date2018
LanguageEnglish
Production Year2017

Content Metadata

Subject Area
Genre
Abstract
On the wall mounted TV in our office a dashboard is displayed. At a glance wecan see what the current tasks for each member of our team are, whichimportant events are coming up, which music is playing, if it will rain in thenext 30 minutes, ... and much more. In this demo I'll explain how we leveragedboth Laravel and Vue to build the dashboard. After demonstrating the dashboarditself we'll take a deep dive in the code. We'll take a look at the entireflow: the grid system, broadcast events, the Pusher service, some cool Vuemixins and much more. After this talk you'll be able to setup a dashboardusing our code available on Github.