This repo contains the source code of https://dashboard.spatie.be
Our configured dashboard has following tiles:
- Twitter stream with all tweets mentioning @spatie_be
- Team calendar via Google Calendar
- Music currently playing via Last.fm
- Clock/date
- Team todo's via GitHub files
- Packagist stars and total downloads
- Rain forecast (for the bikers amongst us) via buienradar.nl
- Internet up/down via WebSockets
Install this package by running cloning this repository and install like you normally install Laravel.
- Run
composer install
andnpm install yarn
- Run
yarn
andyarn run dev
to generate assets - Copy .env.example to .env and fill your values (
php artisan key:generate
, database, pusher values etc) - Run
php artisan migrate --seed
, this will seed a user based on yourBASIC_AUTH
.env
values - Start you queue listener and setup the Laravel scheduler.
- Open the dasboard in your browser, login and wait for the update events to fill the dasboard.
If you are using our dashboard, please send us a postcard from your hometown.
Our address is: Spatie, Samberstraat 69D, 2060 Antwerp, Belgium.
The best postcards will get published on the open source page on our website.
This dashboard is tailormade to be displayed on the wall mounted tv in our office. We do not follow semver for this project and do not provide support whatsoever. However if you're a bit familiar with Laravel and Vue you should easily find your way.
For more details on the project, read our articles about the setup and components or the custom grid design.
This project and the Laravel framework are open-sourced software licensed under the MIT license.